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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}