PageSigner

PageSigner - a cryptographically secure webpage screenshot tool

Τι είναι το PageSigner;

Το PageSigner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tlsnotary.org, και η κύρια λειτουργία του είναι "PageSigner - a cryptographically secure webpage screenshot tool".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PageSigner

Λήψη αρχείων επέκτασης 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 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'"
}