SecureMark

A bookmark encryption tool.

Qu'est-ce que SecureMark ?

SecureMark est une extension Chrome développée par MattKrins, et sa fonction principale est "A bookmark encryption tool.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SecureMark

Téléchargez les fichiers d'extension SecureMark au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SecureMark SecureMark
ID hmakgcpgllangepohipodfjjaeebnikf
URL Officiel https://chromewebstore.google.com/detail/securemark/hmakgcpgllangepohipodfjjaeebnikf
Description A bookmark encryption tool.
Taille du Fichier 769 KB
Nombre d'Installations 95
Version Actuelle 1.0
Dernière Mise à Jour 2017-09-04
Date de Publication 2017-09-04
Évaluation 5.00/5 Total 3 Évaluations
Développeur MattKrins
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mattkrins/SecureMark
URL de la Page d'Aide https://github.com/mattkrins/SecureMark/issues
Langues Prises en Charge 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
}