Book Mark Viewer

View your bookmarks as an interactive connected Graph

What is Book Mark Viewer?

Book Mark Viewer is a Chrome extension developed by devsadda, and its main feature is "View your bookmarks as an interactive connected Graph".

Extension Screenshots

screenshot
screenshot
screenshot

Download Book Mark Viewer Extension CRX File

Download Book Mark Viewer 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

                        It converts your lousy bookmarks to an interactive connected visually rich graph you can play around with.
Check out the hierarchy of your bookmarks and have a visual treat...                    

Extension Basic Information

Name Book Mark Viewer Book Mark Viewer
ID lfmmjhnknhjbackcakifjjnfnifgmpem
Official URL https://chromewebstore.google.com/detail/book-mark-viewer/lfmmjhnknhjbackcakifjjnfnifgmpem
Description View your bookmarks as an interactive connected Graph
File Size 135 KB
Installation Count 37
Current Version 1.0
Last Updated 2014-06-02
Publish Date 2014-06-02
Rating 3.25/5 Total 4 Ratings
Developer devsadda
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Book Mark Viewer",
    "version": "1.0",
    "description": "View your bookmarks as an interactive connected Graph",
    "permissions": [
        "bookmarks"
    ],
    "browser_action": {
        "default_title": "My Bookmarks",
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}