Bookmark Visualizer

Tool to visually interact and organize bookmarks

什么是Bookmark Visualizer?

Bookmark Visualizer是由diana.suvorova开发的Chrome扩展程序,该扩展的主要功能是“Tool to visually interact and organize bookmarks”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Bookmark Visualizer扩展crx文件

下载Bookmark Visualizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is a tool to visualize all the precious web content you have saved in your bookmark bar.
The goal is to give all your digital knowledge "in-a-glance" representation fitting in a single page. No nested folders. No tree structures.

In addition to letting you  enjoy the view of all your favorite digital content the app supports below functionality: 
1. Add new Category
2. Add new URL
3. Search
3. Drag and Drop bubble to change category
4. Delete category
5. Bubble resize
6. Expand/Collapse categories

Thanks for trying it out :)                    

扩展基本信息

名称 Bookmark Visualizer Bookmark Visualizer
ID fmlnkfjpadhcjoiphjhpfjbjmoicinnl
官方URL https://chromewebstore.google.com/detail/bookmark-visualizer/fmlnkfjpadhcjoiphjhpfjbjmoicinnl
简介 Tool to visually interact and organize bookmarks
文件大小 4.26 MB
安装次数 107
当前版本 2.2
更新时间 2014-06-14
上架时间 2014-06-14
评分 3.00/5 共3次评分
开发者 diana.suvorova
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.2",
    "name": "Bookmark Visualizer",
    "description": "Tool to visually interact and organize bookmarks",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "sources\/jquery-2.1.0.min.js",
                "sources\/d3.v3.min.js",
                "main.js"
            ],
            "matches": [
                "http:\/\/api.thumbalizr.com\/*\/"
            ]
        }
    ],
    "permissions": [
        "bookmarks"
    ]
}