Book Marker
This extension adds bookmarks manager to chrome to organize your bookmarks
What is Book Marker?
Book Marker is a Chrome extension developed by https://www.bkmarker.com, and its main feature is "This extension adds bookmarks manager to chrome to organize your bookmarks".
Extension Screenshots
Download Book Marker Extension CRX File
Download Book Marker 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
BkMarker.com is easy to use bookmarking Service which helps you to store bookmark on your "Personal Bookmark Page" and make sure it will be available wherever you go,just withinn few clicks.
This is your own personal bookmarking service,where you can store your bookmarks,organize bookmark by dragging and dropping within tree structure,add new group,new bookmarks,delete groups,bookmarks,edit bookmarks.
FEATURES
Drag And Drop
Import Bookmark
Export Bookmark
Add New Bookmark
Edit Bookmark
Delete Bookmark
CollapseAll
ExpandAll
Decrease Column
Increase Column
Show Favicons
Do Not Show Favicons
Wrap long link title
Show long link title
Add New Panel
Edit/Delete View
Normal View Extension Basic Information
| Name | |
| ID | ldemmkjhmdcgiejjnjkggfjlaobegcan |
| Official URL | https://chromewebstore.google.com/detail/book-marker/ldemmkjhmdcgiejjnjkggfjlaobegcan |
| Description | This extension adds bookmarks manager to chrome to organize your bookmarks |
| File Size | 311 KB |
| Installation Count | 66 |
| Current Version | 1.2.17 |
| Last Updated | 2016-07-08 |
| Publish Date | 2016-07-08 |
| Rating | 4.00/5 Total 5 Ratings |
| Developer | https://www.bkmarker.com |
| Payment Type | free |
| Extension Website | http://www.bkmarker.com/ |
| Help Page URL | http://bkmarker.com/faq |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Book Marker",
"description": "This extension adds bookmarks manager to chrome to organize your bookmarks",
"version": "1.2.17",
"icons": {
"128": "bkmarker_128x128.png"
},
"permissions": [
"bookmarks",
"storage",
"notifications",
"http:\/\/bkmarker.com\/*"
],
"browser_action": {
"default_title": "Book Marker",
"default_icon": "bkmarker_16x16.png",
"default_popup": "popup.html"
},
"manifest_version": 2,
"chrome_url_overrides": {
"bookmarks": "tree.html"
},
"content_security_policy": "object-src 'self'; script-src 'self' https:\/\/bkmarker.com 'unsafe-eval' ;style-src 'self' 'unsafe-inline' ; img-src https:\/\/www.google.com\/; "
} | |