Google Scholar Button

Google Scholar Button

Lookup scholarly articles as you browse the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": {
      "16": "scholar16-tb.png",
      "32": "scholar32-tb.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "disable_promo.css"
      ],
      "include_globs": [
        "*/scholar_gsb_promo*"
      ],
      "matches": [
        "*://scholar.google.com/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_854__",
  "icons": {
    "16": "scholar16.png",
    "48": "scholar48.png",
    "128": "scholar128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "26.0",
  "name": "__MSG_853__",
  "permissions": [
    "activeTab",
    "*://scholar.google.com/"
  ],
  "version": "1.5",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}