Book Mark Viewer

View your bookmarks as an interactive connected Graph

什麼是Book Mark Viewer?

Book Mark Viewer是由devsadda開發的Chrome擴展程式,該擴展的主要功能是“View your bookmarks as an interactive connected Graph”。

擴展截圖

screenshot
screenshot
screenshot

下載Book Mark Viewer擴展crx文件

下載Book Mark Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        It converts your lousy bookmarks to an interactive connected visually rich graph you can play around with.
Check out the hierarchy of your bookmarks and have a visual treat...                    

擴展基本資訊

名稱 Book Mark Viewer Book Mark Viewer
ID lfmmjhnknhjbackcakifjjnfnifgmpem
官方網址 https://chromewebstore.google.com/detail/book-mark-viewer/lfmmjhnknhjbackcakifjjnfnifgmpem
簡介 View your bookmarks as an interactive connected Graph
檔案大小 135 KB
安裝次數 37
目前版本 1.0
更新時間 2014-06-02
上架時間 2014-06-02
評分 3.25/5 共 4 次評分
開發者 devsadda
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Book Mark Viewer",
    "version": "1.0",
    "description": "View your bookmarks as an interactive connected Graph",
    "permissions": [
        "bookmarks"
    ],
    "browser_action": {
        "default_title": "My Bookmarks",
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}