Swappable

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

What is Swappable?

Swappable is a Chrome extension developed by jmoore315, and its main feature is "A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'".

Extension Screenshots

screenshot

Download Swappable Extension CRX File

Download Swappable extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Swappable Swappable
ID ppbbcakfobecheiebijejadegfflgcke
Official URL 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'
File Size 16.63 KB
Installation Count 176
Current Version 1.0
Last Updated 2015-03-08
Publish Date 2015-03-08
Rating 3.43/5 Total 7 Ratings
Developer jmoore315
Payment Type free
Supported Languages 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'"
}