PageSigner

PageSigner - a cryptographically secure webpage screenshot tool

PageSigner란 무엇입니까?

PageSigner은(는) https://tlsnotary.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PageSigner - a cryptographically secure webpage screenshot tool"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

PageSigner 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        PageSigner allows you to "notarize" web pages. Think of it as a cryptographically secure webpage screenshot - it's different from an ordinary screenshot in that it can't be edited in Photoshop; it really proves that you received that data from the server. You can then share that proof with anyone you like.
PageSigner is an open-source project. You can see the code here:
https://github.com/tlsnotary/pagesigner


Changelog.

v 3.0.6
- update after a server fix
v 3.0.5
- fix for large uploads on slow connections
v 3.0.4
- allow to preview the notarization without actually running it
v 3.0.3
- a better algorithm which is 30% faster and requires 25% less bandwidth
v 3.0.1
- fix notarization errors due to unsynced time on notary's server
v 3.0.0
- supports TLSNotary protocol for TLS 1.2+
- request authentication
v 2.1.0
- fix sending message to tab too soon before DOM is loaded (esp. on Vivaldi)
- allow to import older versions of notarization files
- more lightweight pgsg file format
v 2.0.1
- don't require management permission
- verify imported pgsg's certificates against the time of notarization                    

확장 프로그램 기본 정보

이름 PageSigner PageSigner
ID abblaaeblmamacadkdmnejjikbdkemcj
공식 URL https://chrome.google.com/webstore/detail/pagesigner/abblaaeblmamacadkdmnejjikbdkemcj
설명 PageSigner - a cryptographically secure webpage screenshot tool
파일 크기 2.46 MB
설치 횟수 283
현재 버전 3.0.6
최근 업데이트 2022-03-30
출시 날짜 2020-01-02
평점 3.75/5 총 8 개의 평점
개발자 https://tlsnotary.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tlsnotary.org
개인정보 보호 정책 페이지 URL https://tlsnotary.org/privacy_policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PageSigner",
    "description": "PageSigner - a cryptographically secure webpage screenshot tool",
    "version": "3.0.6",
    "author": "TLSNotary Group",
    "permissions": [
        "webRequest",
        "activeTab",
        "https:\/\/tlsnotary.org\/backup_oracle"
    ],
    "icons": {
        "64": "ui\/img\/icon64.png"
    },
    "browser_action": {
        "default_icon": "ui\/img\/icon.png",
        "default_popup": "ui\/html\/popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'wasm-eval'; object-src 'self'"
}