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

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

확장 프로그램 사용 설명서

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