Scientific Research Assistant

Scientific Research Assistant

This is an extension contains most of the research scientific websites that can help Researchers and students for quick access to them by search option. Another option to add more links and save them locally with the ability to open them in new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "homepage_url": "https://github.com/SEM-DEV/Scientific-Research-websites",
  "name": "Scientific Research Assistant",
  "version": "1.18.0",
  "browser_action": {
    "default_icon": {
      "32": "icons/icon-32.png"
    },
    "default_title": "Scientific Research websites",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "menus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "32": "icons/icon-32.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+A",
        "windows": "Alt+A",
        "mac": "Alt+A",
        "chromeos": "Alt+A",
        "linux": "Alt+C"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "50.0",
      "id": "{ff1ff9e9-b545-44a5-b431-17364fcf8452}"
    }
  }
}