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

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

Cos'è Icon Bookmark/图标式书签/ブックマーク?

Icon Bookmark/图标式书签/ブックマーク è un'estensione di Chrome sviluppata da http://www.uuware.com, e la sua funzione principale è "Icon Bookmarks displays all your bookmarks directly from icon and organize bookmarks quickly./点击图标就可以显示使用所有书签。".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Icon Bookmark/图标式书签/ブックマーク

Scarica i file di estensione Icon Bookmark/图标式书签/ブックマーク in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

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

Informazioni di Base sull'Estensione

Nome Icon Bookmark/图标式书签/ブックマーク Icon Bookmark/图标式书签/ブックマーク
ID bedmkelniklmcchcidopohocjohlelif
URL Ufficiale 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
Descrizione Icon Bookmarks displays all your bookmarks directly from icon and organize bookmarks quickly./点击图标就可以显示使用所有书签。
Dimensione del File 32.88 KB
Conteggio Installazioni 13
Versione Corrente 2.0
Ultimo Aggiornamento 2013-11-07
Data di Pubblicazione 2013-11-07
Sviluppatore http://www.uuware.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}