Scientific Paper Advisor

Scientific Paper Advisor

Present information about connotations of the article in the scientific field.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Scientific Paper Advisor",
  "version": "2.1",
  "description": "Present information about connotations of the article in the scientific field.",
  "icons": {
    "16": "images/icon-16.png",
    "19": "images/icon-19.png",
    "32": "images/icon-32.png",
    "38": "images/icon-38.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "css": [
        "css/loader.css",
        "css/graph_buttons.css"
      ],
      "js": [
        "dist/content.js"
      ],
      "matches": [
        "https://scholar.google.com/scholar*"
      ]
    }
  ],
  "action": {
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "storage"
  ]
}