Private Bookmarker
Private Bookmark app will help you save bookmarks which are password protected.
What is Private Bookmarker?
Private Bookmarker is a Chrome extension developed by Murali Krishna Chanda, and its main feature is "Private Bookmark app will help you save bookmarks which are password protected.".
Extension Screenshots
Download Private Bookmarker Extension CRX File
Download Private Bookmarker 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
Private bookmark is a unique bookmark app, which will protect your bookmarks with a password. All your private bookmarks data are encrypted and stored in your local machine. They can only be viewed on providing correct password.
Extension Basic Information
Name | Private Bookmarker |
ID | ioneiaafmcopdbalkdcngmhklemlhfka |
Official URL | https://chromewebstore.google.com/detail/private-bookmarker/ioneiaafmcopdbalkdcngmhklemlhfka |
Description | Private Bookmark app will help you save bookmarks which are password protected. |
File Size | 366 KB |
Installation Count | 9,607 |
Current Version | 1.4.1 |
Last Updated | 2019-07-24 |
Publish Date | 2019-07-24 |
Rating | 4.23/5 Total 22 Ratings |
Developer | Murali Krishna Chanda |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Private Bookmarker", "version": "1.4.1", "manifest_version": 2, "description": "Private Bookmark app will help you save bookmarks which are password protected.", "browser_action": { "default_icon": "bookmark.png", "default_popup": "home.html" }, "permissions": [ "http:\/\/code.jquery.com\/*" ], "content_scripts": [ { "js": [ "database.js", "jquery-2.0.3.min.js", "addbookmark.js", "jquery-ui.js", "common.js", "home.js", "passcode.js", "aes.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "offline_enabled": true } |