Encrypt Bookmarks
Encrypt your bookmarks
What is Encrypt Bookmarks?
Encrypt Bookmarks is a Chrome extension developed by noooz, and its main feature is "Encrypt your bookmarks".
Extension Screenshots
Download Encrypt Bookmarks Extension CRX File
Download Encrypt Bookmarks 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
- encrypt some of your bookmarks with a password (visualized by a lock symbol) - encrypted bookmarks are saved (and synchronized) with your other bookmarks - encrypt URL and title or only URL. - you can organize the encrypted bookmarks with the chrome bookmark manager or with drag n drop in the extensions interface
Extension Basic Information
Name | Encrypt Bookmarks |
ID | hcpaocmdicohjapdlhdpaoaibpobahmm |
Official URL | https://chromewebstore.google.com/detail/encrypt-bookmarks/hcpaocmdicohjapdlhdpaoaibpobahmm |
Description | Encrypt your bookmarks |
File Size | 656 KB |
Installation Count | 50 |
Current Version | 0.1.7 |
Last Updated | 2018-05-22 |
Publish Date | 2018-05-22 |
Rating | 3.33/5 Total 6 Ratings |
Developer | noooz |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Encrypt Bookmarks", "description": "Encrypt your bookmarks", "version": "0.1.7", "icons": { "128": "icon.png" }, "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "persistent": true, "scripts": [ "jquery\/jquery.min.js", "aes.js", "background.js" ] }, "permissions": [ "bookmarks", "storage", "tabs" ] } |