Bookmark Visualizer

Tool to visually interact and organize bookmarks

Bookmark Visualizer क्या है?

Bookmark Visualizer diana.suvorova द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool to visually interact and organize bookmarks"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bookmark Visualizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}