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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collaboratively annotate, highlight, and tag web pages and PDF documents."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hypothesis - Web & PDF Annotation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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": [
                ""
            ]
        }
    ]
}