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
公式URL 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
Eメール [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"
    ]
}