SecureMark

A bookmark encryption tool.

Wat is SecureMark?

SecureMark is een Chrome-extensie ontwikkeld door MattKrins, en de belangrijkste functie is "A bookmark encryption tool.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SecureMark

Download SecureMark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SecureMark SecureMark
ID hmakgcpgllangepohipodfjjaeebnikf
Officiële URL https://chromewebstore.google.com/detail/securemark/hmakgcpgllangepohipodfjjaeebnikf
Beschrijving A bookmark encryption tool.
Bestandsgrootte 769 KB
Aantal Installaties 95
Huidige Versie 1.0
Laatst Bijgewerkt 2017-09-04
Publicatiedatum 2017-09-04
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar MattKrins
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/mattkrins/SecureMark
Help Pagina-URL https://github.com/mattkrins/SecureMark/issues
Ondersteunde Talen 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
}