PageSigner
PageSigner - a cryptographically secure webpage screenshot tool
什麼是PageSigner?
PageSigner是由https://tlsnotary.org開發的Chrome擴展程式,該擴展的主要功能是“PageSigner - a cryptographically secure webpage screenshot tool”。
擴展截圖
下載PageSigner擴展crx文件
下載PageSigner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | abblaaeblmamacadkdmnejjikbdkemcj |
| 官方網址 | 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'"
} | |