SecureMark

A bookmark encryption tool.

Was ist SecureMark?

SecureMark ist eine Chrome-Erweiterung, die von MattKrins entwickelt wurde, und ihr Hauptmerkmal ist "A bookmark encryption tool.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

SecureMark-Erweiterungs-CRX-Datei herunterladen

Laden Sie SecureMark-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SecureMark SecureMark
ID hmakgcpgllangepohipodfjjaeebnikf
Offizielle URL https://chromewebstore.google.com/detail/securemark/hmakgcpgllangepohipodfjjaeebnikf
Beschreibung A bookmark encryption tool.
Dateigröße 769 KB
Installationsanzahl 95
Aktuelle Version 1.0
Letztes Update 2017-09-04
Veröffentlichungsdatum 2017-09-04
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler MattKrins
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/mattkrins/SecureMark
Hilfeseite URL https://github.com/mattkrins/SecureMark/issues
Unterstützte Sprachen 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
}