Click and Read CNRS

Extension that offers links to resources from documentary identifiers.

Click and Read CNRS란 무엇입니까?

Click and Read CNRS은(는) https://clickandread.inist.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension that offers links to resources from documentary identifiers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Click and Read CNRS 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Click and Read CNRS Click and Read CNRS
ID ffboikeeabaiacihgbdinhcegeincpnh
공식 URL https://chromewebstore.google.com/detail/click-and-read-cnrs/ffboikeeabaiacihgbdinhcegeincpnh
설명 Extension that offers links to resources from documentary identifiers.
파일 크기 1.61 MB
설치 횟수 10,000
현재 버전 3.14.0
최근 업데이트 2024-03-07
출시 날짜 2021-02-17
평점 4.20/5 총 5 개의 평점
개발자 https://clickandread.inist.fr
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://clickandread.inist.fr/
지원되는 언어 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"
        }
    ]
}