SecureMark

A bookmark encryption tool.

Cos'è SecureMark?

SecureMark è un'estensione di Chrome sviluppata da MattKrins, e la sua funzione principale è "A bookmark encryption tool.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SecureMark

Scarica i file di estensione SecureMark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension is a tool that allows you to encrypt and decrypt your chrome bookmarks.

To instantly encrypt, or set a password for later encryption via pressing the extension icon, go to the options page.

To restore your bookmarks, again go to the options page and put the password you used to encrypt in the decrypt tab.


WARNING: Encrypted bookmarks cannot be restored without the password. Use at your own risk.                    

Informazioni di Base sull'Estensione

Nome SecureMark SecureMark
ID hmakgcpgllangepohipodfjjaeebnikf
URL Ufficiale https://chromewebstore.google.com/detail/securemark/hmakgcpgllangepohipodfjjaeebnikf
Descrizione A bookmark encryption tool.
Dimensione del File 769 KB
Conteggio Installazioni 95
Versione Corrente 1.0
Ultimo Aggiornamento 2017-09-04
Data di Pubblicazione 2017-09-04
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore MattKrins
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mattkrins/SecureMark
URL della Pagina di Aiuto https://github.com/mattkrins/SecureMark/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "name": "SecureMark",
    "author": "Matt Krins",
    "homepage_url": "https:\/\/github.com\/mattkrins\/",
    "description": "A bookmark encryption tool.",
    "permissions": [
        "bookmarks"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_title": "SecureMark",
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "manifest_version": 2
}