Swappable

A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'

Qu'est-ce que Swappable ?

Swappable est une extension Chrome développée par jmoore315, et sa fonction principale est "A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Swappable

Téléchargez les fichiers d'extension Swappable 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

                        Swappable allows you to create multiple bookmark bars and switch between them with a click of a button. 

If you've ever wanted separate bookmark bars for 'Work' and 'Leisure', different family members, or simply to better organize your bookmarks, Swappable is the tool for you!                    

Informations de Base sur l'Extension

Nom Swappable Swappable
ID ppbbcakfobecheiebijejadegfflgcke
URL Officiel https://chromewebstore.google.com/detail/swappable/ppbbcakfobecheiebijejadegfflgcke
Description A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'
Taille du Fichier 16.63 KB
Nombre d'Installations 176
Version Actuelle 1.0
Dernière Mise à Jour 2015-03-08
Date de Publication 2015-03-08
Évaluation 3.43/5 Total 7 Évaluations
Développeur jmoore315
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swappable",
    "version": "1.0",
    "description": "A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'",
    "permissions": [
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "swappable.js"
        ]
    },
    "browser_action": {
        "default_title": "My Bookmarks",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}