SecureMark
A bookmark encryption tool.
What is SecureMark?
SecureMark is a Chrome extension developed by MattKrins, and its main feature is "A bookmark encryption tool.".
Extension Screenshots
Download SecureMark Extension CRX File
Download SecureMark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SecureMark |
ID | hmakgcpgllangepohipodfjjaeebnikf |
Official URL | https://chromewebstore.google.com/detail/securemark/hmakgcpgllangepohipodfjjaeebnikf |
Description | A bookmark encryption tool. |
File Size | 769 KB |
Installation Count | 95 |
Current Version | 1.0 |
Last Updated | 2017-09-04 |
Publish Date | 2017-09-04 |
Rating | 5.00/5 Total 3 Ratings |
Developer | MattKrins |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mattkrins/SecureMark |
Help Page URL | https://github.com/mattkrins/SecureMark/issues |
Supported Languages | 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 } |