Bookmarks Bar Switcher

Switch the bookmarks bar easily

Bookmarks Bar Switcherとは何ですか?

Bookmarks Bar SwitcherはJiajia Wangによって開発されたChromeの拡張機能で、その主な機能は「Switch the bookmarks bar easily」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Bookmarks Bar Switcher lets you easily and quickly switch between multiple bookmarks bars.

How to use:
To start, name your current book bar.
To create a bookmarks bar that you can switch to, create a folder within Other Bookmarks.

How it works:
When switching, your current bookmarks bar will be backed up to a folder within Other Bookmarks with the name you initially specified.
And the folder you selected will become the new bookmarks bar.
So any changes you made on your bookmarks bar will stay when you switch back.

Known issues:
It doesn't work well across multiple devices.
Reports of bookmarks mixed up have been received.
It's probably something to do with the chrome bookmark sync functionality.
It's very likely to happen when you switch the bookmarks bar while chrome is syncing the bookmarks.
At the moment, there isn't a good way to fix the issue. Because chrome doesn't provide APIs to tell when the sync starts or ends.
But one way to potentially avoid the problem is when you switch device, don't immediately switch the bookmarks bar. Give it sometime (2-3 mins) to finish the sync and then switch.                    

拡張機能の基本情報

名前 Bookmarks Bar Switcher Bookmarks Bar Switcher
ID lcaelgondnfehcambmdhhfokjknhfahc
公式URL https://chromewebstore.google.com/detail/bookmarks-bar-switcher/lcaelgondnfehcambmdhhfokjknhfahc
説明 Switch the bookmarks bar easily
ファイルサイズ 68.83 KB
インストール数 24,316
現在のバージョン 2.1.1
最終更新日 2019-02-10
公開日 2019-02-10
評価 3.65/5 合計 163 レビュー
開発者 Jiajia Wang
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmarks Bar Switcher",
    "description": "Switch the bookmarks bar easily",
    "version": "2.1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Bookmarks Bar Switcher"
    },
    "background": {
        "scripts": [
            "Rx.min.js",
            "lib.js",
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "bookmarks",
        "storage"
    ]
}