Hypothesis - Web & PDF Annotation

Collaboratively annotate, highlight, and tag web pages and PDF documents.

Hypothesis - Web & PDF Annotationとは何ですか?

Hypothesis - Web & PDF Annotationはhttps://hypothes.isによって開発されたChromeの拡張機能で、その主な機能は「Collaboratively annotate, highlight, and tag web pages and PDF documents.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Hypothesis - Web & PDF Annotation拡張機能のCRXファイルをダウンロード

Hypothesis - Web & PDF Annotation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Use Hypothesis to hold discussions, read socially, organize your research, and take personal notes on webpages, PDFs and EPUBs.                    

拡張機能の基本情報

名前 Hypothesis - Web & PDF Annotation Hypothesis - Web & PDF Annotation
ID bjfhmglciegochdpefhhlphglcehbmek
公式URL https://chromewebstore.google.com/detail/hypothesis-web-pdf-annota/bjfhmglciegochdpefhhlphglcehbmek
説明 Collaboratively annotate, highlight, and tag web pages and PDF documents.
ファイルサイズ 4.7 MB
インストール数 328,103
現在のバージョン 1.1461.0.0 (Official Build)
最終更新日 2024-02-23
公開日 2020-05-28
評価 4.14/5 合計 211 レビュー
開発者 https://hypothes.is
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://hypothes.is/
ヘルプページのURL https://hypothes.is/help/
プライバシーポリシーページのURL https://hypothes.is/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hypothesis - Web & PDF Annotation",
    "short_name": "Hypothesis",
    "version": "1.1461.0.0",
    "version_name": "1.1461.0.0 (Official Build)",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq7XsXE\/uakq4aKMG5Smz2nc8VSaandriziGorxX08py3mTkab79GpWYu7j\/hA3Yf7fkCLQnX8QoZGj7WdaMX6+b+eHxF7vYpOhEW\/Bam7TOlb+5AVmL1KReG9PPTLz4dp+xA4WfK2dqFM+XN40FTbm2G\/SNk3GRP3gQOxgy3ZKwIDAQAB",
    "description": "Collaboratively annotate, highlight, and tag web pages and PDF documents.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "homepage_url": "https:\/\/hypothes.is\/",
    "incognito": "split",
    "options_ui": {
        "page": "options\/index.html"
    },
    "offline_enabled": false,
    "permissions": [
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "optional_permissions": [
        "webNavigation"
    ],
    "background": {
        "service_worker": "extension.bundle.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/browser-icon-inactive.png",
            "38": "images\/[email protected]"
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/hyp.is\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "client\/*",
                "help\/*",
                "pdfjs\/*",
                "pdfjs\/web\/viewer.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}