TopBookmarkToolbar

A convenient bookmarks toolbar on the top of web pages.

TopBookmarkToolbarとは何ですか?

TopBookmarkToolbarはtzengshinfuによって開発されたChromeの拡張機能で、その主な機能は「A convenient bookmarks toolbar on the top of web pages.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

TopBookmarkToolbar拡張機能のCRXファイルをダウンロード

TopBookmarkToolbar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A convenient bookmarks toolbar on the top of web pages.

v1.1.0 Release Notes:
[1]Add collapse menu function. -> when root bookmarks overflowed toolbar
[2]Add pause showing toolbar in 10sec function. -> on right click menu

v1.1.2 Bug fixes:
[1]Fix menu without scrollbar. -> when bookmarks go out of window viewable area                    

拡張機能の基本情報

名前 TopBookmarkToolbar TopBookmarkToolbar
ID obbhcemdieglpilieepgcbhpocmbkphm
公式URL https://chromewebstore.google.com/detail/topbookmarktoolbar/obbhcemdieglpilieepgcbhpocmbkphm
説明 A convenient bookmarks toolbar on the top of web pages.
ファイルサイズ 10.89 KB
インストール数 49
現在のバージョン 1.1.2
最終更新日 2017-04-05
公開日 2017-04-05
評価 3.00/5 合計 3 レビュー
開発者 tzengshinfu
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.1.2",
    "default_locale": "en",
    "minimum_chrome_version": "26",
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_scripts.js"
            ],
            "css": [
                "mystyles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "folder.png",
        "url.png",
        "collapse.png",
        "pause.png"
    ]
}