QLattes

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

QLattes là gì?

QLattes là một tiện ích mở rộng Chrome được phát triển bởi nabor.mendonca, và tính năng chính của nó là "Automatically annotate the Qualis classification of journal publications listed in CNPq's CV Lattes pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng QLattes

Tải xuống các tệp mở rộng QLattes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên QLattes QLattes
ID cobekobjpobenpjdggbpkkklkcfoinen
URL Chính Thức https://chromewebstore.google.com/detail/qlattes/cobekobjpobenpjdggbpkkklkcfoinen
Mô tả Automatically annotate the Qualis classification of journal publications listed in CNPq's CV Lattes pages.
Kích Thước Tệp 1.84 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2023-04-15
Ngày Phát Hành 2023-01-07
Đánh Giá 5.00/5 Tổng số 14 Đánh Giá
Nhà Phát Triển nabor.mendonca
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/nabormendonca/qlattes
URL Trang Trợ Giúp https://github.com/nabormendonca/qlattes
Ngôn Ngữ Được Hỗ Trợ 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:\/\/\/*"
            ]
        }
    ]
}