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

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

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

Icon Bookmark/图标式书签/ブックマーク ist eine Chrome-Erweiterung, die von http://www.uuware.com entwickelt wurde, und ihr Hauptmerkmal ist "Icon Bookmarks displays all your bookmarks directly from icon and organize bookmarks quickly./点击图标就可以显示使用所有书签。".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Icon Bookmark/图标式书签/ブックマーク-Erweiterungs-CRX-Datei herunterladen

Laden Sie Icon Bookmark/图标式书签/ブックマーク-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

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

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

Grundlegende Informationen zur Erweiterung

Name Icon Bookmark/图标式书签/ブックマーク Icon Bookmark/图标式书签/ブックマーク
ID bedmkelniklmcchcidopohocjohlelif
Offizielle 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
Beschreibung Icon Bookmarks displays all your bookmarks directly from icon and organize bookmarks quickly./点击图标就可以显示使用所有书签。
Dateigröße 32.88 KB
Installationsanzahl 13
Aktuelle Version 2.0
Letztes Update 2013-11-07
Veröffentlichungsdatum 2013-11-07
Entwickler http://www.uuware.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}