Show Conference/Journal Ranking
Show conference/journal rankings in search results. Currently supports CCF rankings on Springer, DBLP, IEEExplore and ACM DL.
¿Qué es Show Conference/Journal Ranking?
Show Conference/Journal Ranking es una extensión de Chrome desarrollada por lishihao200, y su función principal es "Show conference/journal rankings in search results. Currently supports CCF rankings on Springer, DBLP, IEEExplore and ACM DL.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Show Conference/Journal Ranking
Descarga archivos de extensión Show Conference/Journal Ranking en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
                        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                     Información Básica de la Extensión
| Nombre |   |  
| ID | hcfmpekcjhpfcokagmhnhldpacknikim | 
| URL Oficial | https://chromewebstore.google.com/detail/show-conferencejournal-ra/hcfmpekcjhpfcokagmhnhldpacknikim | 
| Descripción | Show conference/journal rankings in search results. Currently supports CCF rankings on Springer, DBLP, IEEExplore and ACM DL. | 
| Tamaño del Archivo | 72.53 KB | 
| Cantidad de Instalaciones | 10,565 | 
| Versión Actual | 1.6 | 
| Última Actualización | 2020-11-07 | 
| Fecha de Publicación | 2019-12-25 | 
| Calificación | 4.55/5 Total de 20 Calificaciones | 
| Desarrollador | lishihao200 | 
| Correo electrónico | [email protected] | 
| Tipo de Pago | free | 
| Sitio Web de la Extensión | https://github.com/hnshhslsh/show-rank | 
| Idiomas Soportados | 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"
            ]
        }
    ]
}  |  |