Bookmarks Bar Switcher

Switch the bookmarks bar easily

Qu'est-ce que Bookmarks Bar Switcher ?

Bookmarks Bar Switcher est une extension Chrome développée par Jiajia Wang, et sa fonction principale est "Switch the bookmarks bar easily".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bookmarks Bar Switcher

Téléchargez les fichiers d'extension Bookmarks Bar Switcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bookmarks Bar Switcher Bookmarks Bar Switcher
ID lcaelgondnfehcambmdhhfokjknhfahc
URL Officiel https://chromewebstore.google.com/detail/bookmarks-bar-switcher/lcaelgondnfehcambmdhhfokjknhfahc
Description Switch the bookmarks bar easily
Taille du Fichier 68.83 KB
Nombre d'Installations 24,316
Version Actuelle 2.1.1
Dernière Mise à Jour 2019-02-10
Date de Publication 2019-02-10
Évaluation 3.65/5 Total 163 Évaluations
Développeur Jiajia Wang
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}