Bookmark Visualizer

Tool to visually interact and organize bookmarks

Bookmark Visualizerคืออะไร?

Bookmark Visualizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย diana.suvorova และคุณลักษณะหลักของมันคือ "Tool to visually interact and organize bookmarks"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmark Visualizer

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}