Show Conference/Journal Ranking

Show conference/journal rankings in search results. Currently supports CCF rankings on Springer, DBLP, IEEExplore and ACM DL.

Show Conference/Journal Ranking란 무엇입니까?

Show Conference/Journal Ranking은(는) lishihao200에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show conference/journal rankings in search results. Currently supports CCF rankings on Springer, DBLP, IEEExplore and ACM DL."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Show Conference/Journal Ranking 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Show conference/journal rankings in search results of papers. Currently supports CCF (China Computer Federation) rankings on Springer(https://link.springer.com/), DBLP (https://dblp.uni-trier.de/), IEEExplore (https://ieeexplore.ieee.org/) and ACM Digital Library (https://dl.acm.org/) search results.

When searching for papers on Springer, DBLP, IEEExplore or ACM Digital Library, the CCF rankings of conferences/journals  are automatically placed before the sources and marked with different colors.

If the abbreviation of the conference/journal can be found in the ranking database, but the full name does not match, a question mark "?" will be displayed after the ranking. When the mouse is hovering over the ranking with a question mark, the full name of the conference/journal corresponding to the abbreviation of this ranking will be displayed for inspection. 

GitHub: https://github.com/hnshhslsh/show-rank                    

확장 프로그램 기본 정보

이름 Show Conference/Journal Ranking Show Conference/Journal Ranking
ID hcfmpekcjhpfcokagmhnhldpacknikim
공식 URL https://chromewebstore.google.com/detail/show-conferencejournal-ra/hcfmpekcjhpfcokagmhnhldpacknikim
설명 Show conference/journal rankings in search results. Currently supports CCF rankings on Springer, DBLP, IEEExplore and ACM DL.
파일 크기 72.53 KB
설치 횟수 10,565
현재 버전 1.6
최근 업데이트 2020-11-07
출시 날짜 2019-12-25
평점 4.55/5 총 20 개의 평점
개발자 lishihao200
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/hnshhslsh/show-rank
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "version": "1.6",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "logo\/16x16.png",
        "48": "logo\/64x64.png",
        "128": "logo\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "logo\/16x16.png",
            "24": "logo\/24x24.png",
            "32": "logo\/32x32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ieeexplore.ieee.org\/*",
                "https:\/\/dl.acm.org\/*",
                "https:\/\/dblp.uni-trier.de\/*",
                "https:\/\/dblp.org\/*",
                "https:\/\/link.springer.com\/search*"
            ],
            "js": [
                "lib\/jquery-3.3.1.min.js",
                "ranking\/ccf.js",
                "site\/siteUtil.js",
                "site\/acm.js",
                "site\/ieee.js",
                "site\/dblp.js",
                "site\/springer.js",
                "data\/ccfRankingAbbrName.js",
                "data\/ccfRankingFullName.js",
                "script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}