Hypothesis - Web & PDF Annotation

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

Qu'est-ce que Hypothesis - Web & PDF Annotation ?

Hypothesis - Web & PDF Annotation est une extension Chrome développée par https://hypothes.is, et sa fonction principale est "Collaboratively annotate, highlight, and tag web pages and PDF documents.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Hypothesis - Web & PDF Annotation

Téléchargez les fichiers d'extension Hypothesis - Web & PDF Annotation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Hypothesis - Web & PDF Annotation Hypothesis - Web & PDF Annotation
ID bjfhmglciegochdpefhhlphglcehbmek
URL Officiel https://chromewebstore.google.com/detail/hypothesis-web-pdf-annota/bjfhmglciegochdpefhhlphglcehbmek
Description Collaboratively annotate, highlight, and tag web pages and PDF documents.
Taille du Fichier 4.7 MB
Nombre d'Installations 328,103
Version Actuelle 1.1461.0.0 (Official Build)
Dernière Mise à Jour 2024-02-23
Date de Publication 2020-05-28
Évaluation 4.14/5 Total 211 Évaluations
Développeur https://hypothes.is
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://hypothes.is/
URL de la Page d'Aide https://hypothes.is/help/
URL de la Page de Politique de Confidentialité https://hypothes.is/privacy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}