CCF4DBLP

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

What is CCF4DBLP?

CCF4DBLP is a Chrome extension developed by buttercanbentley, and its main feature is "根据dblp的搜索显示文章的CCF等级".

Extension Screenshots

screenshot

Download CCF4DBLP Extension CRX File

Download CCF4DBLP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        该插件可以运行在dblp网站上,对每个搜索出的论文匹配其对应的CCF会议等级,可以避免阅读价值少的论文                    

Extension Basic Information

Name CCF4DBLP CCF4DBLP
ID cfbmjkjiihajeegkakbnpnjolgkiohia
Official URL https://chromewebstore.google.com/detail/ccf4dblp/cfbmjkjiihajeegkakbnpnjolgkiohia
Description 根据dblp的搜索显示文章的CCF等级
File Size 7.78 KB
Installation Count 413
Current Version 1.1
Last Updated 2021-09-21
Publish Date 2021-09-16
Rating 5.00/5 Total 5 Ratings
Developer buttercanbentley
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CCF4DBLP",
    "version": "1.1",
    "description": "\u6839\u636edblp\u7684\u641c\u7d22\u663e\u793a\u6587\u7ae0\u7684CCF\u7b49\u7ea7",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dblp.org\/*"
            ],
            "js": [
                "js\/showCCF.js"
            ]
        }
    ],
    "permissions": []
}