Icon Bookmark/图标式书签/ブックマーク

Icon Bookmarks displays all your bookmarks directly from icon and organize bookmarks quickly./点击图标就可以显示使用所有书签。

什麼是Icon Bookmark/图标式书签/ブックマーク?

Icon Bookmark/图标式书签/ブックマーク是由http://www.uuware.com開發的Chrome擴展程式,該擴展的主要功能是“Icon Bookmarks displays all your bookmarks directly from icon and organize bookmarks quickly./点击图标就可以显示使用所有书签。”。

擴展截圖

screenshot
screenshot
screenshot

下載Icon Bookmark/图标式书签/ブックマーク擴展crx文件

下載Icon Bookmark/图标式书签/ブックマーク擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Icon Bookmarks displays all your bookmarks directly from icon and organize bookmarks quickly.

点击图标就可以显示使用所有书签。

アイコンをクリックして、ブックマックを表示します。                    

擴展基本資訊

名稱 Icon Bookmark/图标式书签/ブックマーク Icon Bookmark/图标式书签/ブックマーク
ID bedmkelniklmcchcidopohocjohlelif
官方網址 https://chrome.google.com/webstore/detail/icon-bookmark%E5%9B%BE%E6%A0%87%E5%BC%8F%E4%B9%A6%E7%AD%BE%E3%83%96%E3%83%83%E3%82%AF%E3%83%9E%E3%83%BC%E3%82%AF/bedmkelniklmcchcidopohocjohlelif
簡介 Icon Bookmarks displays all your bookmarks directly from icon and organize bookmarks quickly./点击图标就可以显示使用所有书签。
檔案大小 32.88 KB
安裝次數 13
目前版本 2.0
更新時間 2013-11-07
上架時間 2013-11-07
開發者 http://www.uuware.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Icon Bookmark\/\u56fe\u6807\u5f0f\u4e66\u7b7e\/\u30d6\u30c3\u30af\u30de\u30fc\u30af",
    "description": "Icon Bookmarks displays all your bookmarks directly from icon and organize bookmarks quickly.\/\u70b9\u51fb\u56fe\u6807\u5c31\u53ef\u4ee5\u663e\u793a\u4f7f\u7528\u6240\u6709\u4e66\u7b7e\u3002",
    "version": "2.0",
    "manifest_version": 2,
    "homepage_url": "http:\/\/uuware.com\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "32": "icon-small.png",
        "48": "icon_48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon-small.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "tabs",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "unlimitedStorage"
    ]
}