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
官方網址 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
電子郵箱 [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": [
                ""
            ]
        }
    ]
}