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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reviz.in: Hypothes.is based peer-review annotations."입니다.

확장 프로그램 스크린샷

screenshot

Hypothes.is based peer-review annotations 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
        ]
    }
}