QLattes

Automatically annotate the Qualis classification of journal publications listed in CNPq's CV Lattes pages.

What is QLattes?

QLattes is a Chrome extension developed by nabor.mendonca, and its main feature is "Automatically annotate the Qualis classification of journal publications listed in CNPq's CV Lattes pages.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download QLattes Extension CRX File

Download QLattes 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

                        Extensão do Chrome que automaticamente classifica os artigos em periódicos identificados nas páginas dos CVs da Plataforma Lattes do CNPq, de acordo com o Qualis da CAPES.                    

Extension Basic Information

Name QLattes QLattes
ID cobekobjpobenpjdggbpkkklkcfoinen
Official URL https://chromewebstore.google.com/detail/qlattes/cobekobjpobenpjdggbpkkklkcfoinen
Description Automatically annotate the Qualis classification of journal publications listed in CNPq's CV Lattes pages.
File Size 1.84 MB
Installation Count 10,000
Current Version 0.2.1
Last Updated 2023-04-15
Publish Date 2023-01-07
Rating 5.00/5 Total 14 Ratings
Developer nabor.mendonca
Email [email protected]
Payment Type free
Extension Website https://github.com/nabormendonca/qlattes
Help Page URL https://github.com/nabormendonca/qlattes
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "QLattes",
    "version": "0.2.1",
    "description": "Automatically annotate the Qualis classification of journal publications listed in CNPq's CV Lattes pages.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "action": {
        "default_icon": "images\/icon-16.png",
        "default_title": "QLattes",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/buscatextual.cnpq.br\/buscatextual\/visualizacv.do*",
                "https:\/\/buscatextual.cnpq.br\/buscatextual\/visualizacv.do*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "data\/*.json",
                "html\/*.html"
            ],
            "matches": [
                "http:\/\/buscatextual.cnpq.br\/*",
                "https:\/\/buscatextual.cnpq.br\/*",
                "file:\/\/\/*"
            ]
        }
    ]
}