Google Scholar Assistant Firefox

Examine source code of Google Scholar Assistant

By: Sam L Add-on
Inspect and view changes in Google Scholar Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Google Scholar Assistant",
  "version": "1.1.1",
  "description": "An assistant that provides additional functionality when using Google Scholar",
  "icons": {
    "32": "img/icon_32.png",
    "64": "img/icon_64.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "googleScholarAssistant@saml",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_area": "navbar",
    "default_icon": {
      "32": "img/icon_32.png",
      "64": "img/icon_64.png"
    },
    "default_title": "Google Scholar Assistant"
  },
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://scholar.google.com/*"
      ],
      "css": [
        "css/gsa.css"
      ],
      "js": [
        "js/gsa.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "/web_accessible_resources/*"
  ]
}

Best Google Scholar Assistant Alternatives

Here are some Firefox add-ons that are similar to Google Scholar Assistant: