BookMark Container
Stores the bookmarks and you can also search among the bookmark/url you stored.
What is BookMark Container?
BookMark Container is a Chrome extension developed by GiveMySpace.com, and its main feature is "Stores the bookmarks and you can also search among the bookmark/url you stored.".
Extension Screenshots
Download BookMark Container Extension CRX File
Download BookMark Container 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
Stores the information you need while surfing!!! Now you can bookmark your all web page for further reading and viewing. Easy to use. To Add New Bookmark: 1. Browse the page you want to bookmark. 2. Click on the "BookMark Container" to open the Bookmark Container window. 3. Now Click on "Add" to bookmark it. To Remove a Bookmark: 1. Click on the "BookMark Container" to open the Bookmark Container window. 2. Search for the BookMark you want to remove. Click on the "X" against the BookMark and its done. To Remove All Bookmark: 1. Click on the "BookMark Container" to open the Bookmark Container window. 2. Click on the "Remove" button on the top bar against the BookMark and its done. Version 1.5 Updated UI. Fixed some bugs. Enhanced speed.
Extension Basic Information
Name | BookMark Container |
ID | bjjjkgoadoddlbdnfoncibamhiojjbho |
Official URL | https://chromewebstore.google.com/detail/bookmark-container/bjjjkgoadoddlbdnfoncibamhiojjbho |
Description | Stores the bookmarks and you can also search among the bookmark/url you stored. |
File Size | 117 KB |
Installation Count | 53 |
Current Version | 1.5 |
Last Updated | 2014-07-27 |
Publish Date | 2014-07-26 |
Rating | 4.50/5 Total 4 Ratings |
Developer | GiveMySpace.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BookMark Container", "description": "Stores the bookmarks and you can also search among the bookmark\/url you stored. ", "version": "1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ] } |