Hypothesis - Web & PDF Annotation

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

Co je Hypothesis - Web & PDF Annotation?

Hypothesis - Web & PDF Annotation je rozšíření Chrome vyvinuté https://hypothes.is, a jeho hlavní funkcí je „Collaboratively annotate, highlight, and tag web pages and PDF documents.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Hypothesis - Web & PDF Annotation

Stáhněte si soubory rozšíření Hypothesis - Web & PDF Annotation ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Hypothesis - Web & PDF Annotation Hypothesis - Web & PDF Annotation
ID bjfhmglciegochdpefhhlphglcehbmek
Oficiální URL https://chromewebstore.google.com/detail/hypothesis-web-pdf-annota/bjfhmglciegochdpefhhlphglcehbmek
Popis Collaboratively annotate, highlight, and tag web pages and PDF documents.
Velikost souboru 4.7 MB
Počet instalací 328,103
Aktuální Verze 1.1461.0.0 (Official Build)
Poslední Aktualizace 2024-02-23
Datum Vydání 2020-05-28
Hodnocení 4.14/5 Celkem 211 Hodnocení
Vývojář https://hypothes.is
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://hypothes.is/
URL Stránky Nápovědy https://hypothes.is/help/
URL Stránky Zásad Ochrany Soukromí https://hypothes.is/privacy
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}