Bookmark Visualizer

Tool to visually interact and organize bookmarks

Bookmark Visualizer là gì?

Bookmark Visualizer là một tiện ích mở rộng Chrome được phát triển bởi diana.suvorova, và tính năng chính của nó là "Tool to visually interact and organize bookmarks".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bookmark Visualizer

Tải xuống các tệp mở rộng Bookmark Visualizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bookmark Visualizer Bookmark Visualizer
ID fmlnkfjpadhcjoiphjhpfjbjmoicinnl
URL Chính Thức https://chromewebstore.google.com/detail/bookmark-visualizer/fmlnkfjpadhcjoiphjhpfjbjmoicinnl
Mô tả Tool to visually interact and organize bookmarks
Kích Thước Tệp 4.26 MB
Số Lần Cài Đặt 107
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2014-06-14
Ngày Phát Hành 2014-06-14
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển diana.suvorova
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}