Hypothes.is based peer-review annotations

Reviz.in: Hypothes.is based peer-review annotations.

Hypothes.is based peer-review annotations क्या है?

Hypothes.is based peer-review annotations https://reviz.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reviz.in: Hypothes.is based peer-review annotations."।

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

screenshot

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

crx प्रारूप में Hypothes.is based peer-review annotations एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Reviz.in is a web browser based application based upon the hypothes.is annotation client which allows you to annotate and PDFs for peer review. Only a unique PDF identifier and not peer-review PDFs are stored in the cloud while Reviz.in locks down client functionality so no peer-review data is shared (the default in the Hypothes.is client). In addition, Reviz.in provides a quick summary of all comments on a PDF as a "Review Report" which you can copy and paste to the any publisher's interface. I'm indebted to the Hypothes.is project to make this possible, please consider contributing to the project in any way possible.                    

एक्सटेंशन की मूल जानकारी

नाम Hypothes.is based peer-review annotations Hypothes.is based peer-review annotations
ID ihhpfkkjjplhcalchafaldccnlcmdcpa
आधिकारिक URL https://chromewebstore.google.com/detail/hypothesis-based-peer-rev/ihhpfkkjjplhcalchafaldccnlcmdcpa
विवरण Reviz.in: Hypothes.is based peer-review annotations.
फ़ाइल का आकार 4.52 MB
स्थापना संख्या 169
वर्तमान संस्करण 1.34.0.3 (Official Build)
अंतिम अपडेट 2017-08-11
प्रकाशन तिथि 2017-08-11
डेवलपर https://reviz.in
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://reviz.in
गोपनीयता नीति पृष्ठ URL https://hypothes.is/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hypothes.is based peer-review annotations",
    "short_name": "Hypothesis",
    "version": "1.34.0.3",
    "version_name": "1.34.0.3 (Official Build)",
    "manifest_version": 2,
    "minimum_chrome_version": "38",
    "description": "Reviz.in: Hypothes.is based peer-review annotations.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "homepage_url": "https:\/\/hypothes.is\/",
    "incognito": "split",
    "options_ui": {
        "page": "lib\/options.html",
        "chrome_style": true
    },
    "offline_enabled": false,
    "permissions": [
        "",
        "contentSettings",
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'; font-src 'self' data:;",
    "background": {
        "persistent": true,
        "scripts": [
            "settings-data.js",
            "client\/build\/scripts\/raven.bundle.js",
            "extension.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/browser-icon-inactive.png",
            "38": "images\/[email protected]"
        }
    },
    "web_accessible_resources": [
        "client\/*",
        "content\/*",
        "lib\/*",
        "help\/*",
        "content\/web\/viewer.html"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/hyp.is\/*"
        ]
    }
}