FindSCI

FindSCI

FindSCI,更全面的学术辅助插件,支持信息展示、文献下载、文献管理、科研导航等多种功能。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "FindSCI",
  "version": "1.3",
  "description": "FindSCI,更全面的学术辅助插件,支持信息展示、文献下载、文献管理、科研导航等多种功能。",
  "icons": {
    "16": "assets/img/icon.png",
    "48": "assets/img/icon.png",
    "128": "assets/img/icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "third-party/jquery.js",
        "third-party/jqueryui/jquery-ui.min.js",
        "third-party/jszip.min.js",
        "third-party/FileSaver.min.js",
        "third-party/sweetalert2/sweetalert2.min.js",
        "assets/js/common.js",
        "assets/js/fsi.202304.js",
        "assets/js/fsm.202304.js"
      ],
      "css": [
        "assets/css/content-script.css",
        "third-party/sweetalert2/sweetalert2.min.css",
        "third-party/jqueryui/jquery-ui.min.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_title": "FindSCI",
    "default_icon": "assets/img/icon.png",
    "default_popup": "pages/popup/popup.html"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "assets/js/background.js",
    "type": "module"
  },
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/img/a-left.jpg",
        "third-party/jqueryui/images/ui-icons_555555_256x240.png",
        "third-party/jqueryui/images/ui-icons_444444_256x240.png",
        "third-party/jqueryui/images/ui-icons_777620_256x240.png",
        "third-party/jqueryui/images/ui-icons_777777_256x240.png",
        "third-party/jqueryui/images/ui-icons_cc0000_256x240.png",
        "third-party/jqueryui/images/ui-icons_ffffff_256x240.png",
        "assets/img/a-right.jpg",
        "assets/img/icon.png",
        "assets/img/expand.png",
        "assets/img/collapse.png",
        "assets/img/title-translate.png",
        "pages/login/login.html",
        "pages/reference/reference.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}