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


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_853__",
  "default_locale": "en",
  "description": "__MSG_854__",
  "icons": {
    "16": "scholar16.png",
    "48": "scholar48.png",
    "128": "scholar128.png"
  },
  "version": "3.3",
  "minimum_chrome_version": "102.0",
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "*://scholar.google.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://scholar.google.com/*"
      ],
      "include_globs": [
        "*/scholar_gsb_promo*"
      ],
      "css": [
        "disable_promo.css"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://scholar.google.com/*"
      ],
      "js": [
        "authuserscript-compiled.js"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "scholar16-tb.png",
      "32": "scholar32-tb.png"
    },
    "default_popup": "popup.html"
  }
}