QLattes

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

QLattes란 무엇입니까?

QLattes은(는) nabor.mendonca에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically annotate the Qualis classification of journal publications listed in CNPq's CV Lattes pages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

QLattes 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 QLattes QLattes
ID cobekobjpobenpjdggbpkkklkcfoinen
공식 URL https://chromewebstore.google.com/detail/qlattes/cobekobjpobenpjdggbpkkklkcfoinen
설명 Automatically annotate the Qualis classification of journal publications listed in CNPq's CV Lattes pages.
파일 크기 1.84 MB
설치 횟수 10,000
현재 버전 0.2.1
최근 업데이트 2023-04-15
출시 날짜 2023-01-07
평점 5.00/5 총 14 개의 평점
개발자 nabor.mendonca
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/nabormendonca/qlattes
도움말 페이지 URL https://github.com/nabormendonca/qlattes
지원되는 언어 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:\/\/\/*"
            ]
        }
    ]
}