SecureMark

A bookmark encryption tool.

Vad är SecureMark?

SecureMark är en Chrome-tillägg utvecklad av MattKrins, och dess huvudfunktion är "A bookmark encryption tool.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner SecureMark-förlängningens CRX-fil

Ladda ner SecureMark-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn SecureMark SecureMark
ID hmakgcpgllangepohipodfjjaeebnikf
Officiell webbadress https://chromewebstore.google.com/detail/securemark/hmakgcpgllangepohipodfjjaeebnikf
Beskrivning A bookmark encryption tool.
Filstorlek 769 KB
Antal Installationer 95
Aktuell Version 1.0
Senast Uppdaterad 2017-09-04
Publiceringsdatum 2017-09-04
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare MattKrins
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/mattkrins/SecureMark
Hjälpsida URL https://github.com/mattkrins/SecureMark/issues
Stödda Språk 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
}