Click and Read CNRS

Extension that offers links to resources from documentary identifiers.

Click and Read CNRS là gì?

Click and Read CNRS là một tiện ích mở rộng Chrome được phát triển bởi https://clickandread.inist.fr, và tính năng chính của nó là "Extension that offers links to resources from documentary identifiers.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Click and Read CNRS 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

                        Developed by the CNRS to facilitate access to documents, the extension scans the web page you visit for document identifiers (DOI, PMID, PII) and adds a link if the resource is available.                    

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

Tên Click and Read CNRS Click and Read CNRS
ID ffboikeeabaiacihgbdinhcegeincpnh
URL Chính Thức https://chromewebstore.google.com/detail/click-and-read-cnrs/ffboikeeabaiacihgbdinhcegeincpnh
Mô tả Extension that offers links to resources from documentary identifiers.
Kích Thước Tệp 1.61 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 3.14.0
Cập Nhật Lần Cuối 2024-03-07
Ngày Phát Hành 2021-02-17
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://clickandread.inist.fr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://clickandread.inist.fr/
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Click and Read CNRS",
    "short_name": "C&R",
    "description": "__MSG_extDescription__",
    "default_locale": "fr",
    "version": "3.14.0",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "55.0"
        }
    },
    "icons": {
        "16": "icons\/icon_16x16.png",
        "20": "icons\/icon_20x20.png",
        "32": "icons\/icon_32x32.png",
        "40": "icons\/icon_40x40.png",
        "48": "icons\/icon_48x48.png",
        "64": "icons\/icon_64x64.png",
        "128": "icons\/icon_128x128.png",
        "256": "icons\/icon_256x256.png",
        "512": "icons\/icon_512x512.png",
        "1024": "icons\/icon_1024x1024.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_16x16.png",
            "20": "icons\/icon_20x20.png",
            "32": "icons\/icon_32x32.png",
            "40": "icons\/icon_40x40.png",
            "48": "icons\/icon_48x48.png",
            "64": "icons\/icon_64x64.png",
            "128": "icons\/icon_128x128.png",
            "256": "icons\/icon_256x256.png",
            "512": "icons\/icon_512x512.png",
            "1024": "icons\/icon_1024x1024.png"
        },
        "default_title": "Click and Read CNRS"
    },
    "permissions": [
        "",
        "storage",
        "webNavigation"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background_scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content_scripts\/content.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "content_scripts\/content.css"
            ],
            "run_at": "document_idle"
        }
    ]
}