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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}