SecureMark

A bookmark encryption tool.

Hvad er SecureMark?

SecureMark er en Chrome-udvidelse udviklet af MattKrins, og dens hovedfunktion er "A bookmark encryption tool.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download SecureMark-udvidelses-CRX-fil

Download SecureMark-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn SecureMark SecureMark
ID hmakgcpgllangepohipodfjjaeebnikf
Officiel URL https://chromewebstore.google.com/detail/securemark/hmakgcpgllangepohipodfjjaeebnikf
Beskrivelse A bookmark encryption tool.
Filstørrelse 769 KB
Antal Installationer 95
Nuværende Version 1.0
Senest Opdateret 2017-09-04
Udgivelsesdato 2017-09-04
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler MattKrins
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/mattkrins/SecureMark
Hjælpeside-URL https://github.com/mattkrins/SecureMark/issues
Understøttede Sprog 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
}