QLattes

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

Wat is QLattes?

QLattes is een Chrome-extensie ontwikkeld door nabor.mendonca, en de belangrijkste functie is "Automatically annotate the Qualis classification of journal publications listed in CNPq's CV Lattes pages.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie QLattes

Download QLattes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam QLattes QLattes
ID cobekobjpobenpjdggbpkkklkcfoinen
Officiële URL https://chromewebstore.google.com/detail/qlattes/cobekobjpobenpjdggbpkkklkcfoinen
Beschrijving Automatically annotate the Qualis classification of journal publications listed in CNPq's CV Lattes pages.
Bestandsgrootte 1.84 MB
Aantal Installaties 10,000
Huidige Versie 0.2.1
Laatst Bijgewerkt 2023-04-15
Publicatiedatum 2023-01-07
Beoordeling 5.00/5 Totaal 14 Beoordelingen
Ontwikkelaar nabor.mendonca
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/nabormendonca/qlattes
Help Pagina-URL https://github.com/nabormendonca/qlattes
Ondersteunde Talen 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:\/\/\/*"
            ]
        }
    ]
}