CCF4DBLP

CCF4DBLP

根据dblp的搜索显示文章的CCF等级

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CCF4DBLP",
  "version": "1.1",
  "description": "根据dblp的搜索显示文章的CCF等级",
  "content_scripts": [
    {
      "matches": [
        "https://dblp.org/*"
      ],
      "js": [
        "js/showCCF.js"
      ]
    }
  ],
  "permissions": []
}