Citeasy

Citeasy

DBpia 크롬 확장프로그램으로 참고문헌 관리를 더욱 편리하게

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Citeasy",
  "description": "DBpia 크롬 확장프로그램으로 참고문헌 관리를 더욱 편리하게",
  "version": "2.1.0",
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/jquery-3.3.1.min.js",
        "js/getSource/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}