QLattes
Automatically annotate the Qualis classification of journal publications listed in CNPq's CV Lattes pages.
Hvad er QLattes?
QLattes er en Chrome-udvidelse udviklet af nabor.mendonca, og dens hovedfunktion er "Automatically annotate the Qualis classification of journal publications listed in CNPq's CV Lattes pages.".
Udvidelsesskærmbilleder
Download QLattes-udvidelses-CRX-fil
Download QLattes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | cobekobjpobenpjdggbpkkklkcfoinen |
| Officiel URL | https://chromewebstore.google.com/detail/qlattes/cobekobjpobenpjdggbpkkklkcfoinen |
| Beskrivelse | Automatically annotate the Qualis classification of journal publications listed in CNPq's CV Lattes pages. |
| Filstørrelse | 1.84 MB |
| Antal Installationer | 10,000 |
| Nuværende Version | 0.2.1 |
| Senest Opdateret | 2023-04-15 |
| Udgivelsesdato | 2023-01-07 |
| Bedømmelse | 5.00/5 Samlet 14 Bedømmelser |
| Udvikler | nabor.mendonca |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/nabormendonca/qlattes |
| Hjælpeside-URL | https://github.com/nabormendonca/qlattes |
| Understøttede Sprog | 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:\/\/\/*"
]
}
]
} | |