Swappable

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

什么是Swappable?

Swappable是由jmoore315开发的Chrome扩展程序,该扩展的主要功能是“A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'”。

扩展截图

screenshot

下载Swappable扩展crx文件

下载Swappable扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Swappable Swappable
ID ppbbcakfobecheiebijejadegfflgcke
官方URL https://chromewebstore.google.com/detail/swappable/ppbbcakfobecheiebijejadegfflgcke
简介 A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'
文件大小 16.63 KB
安装次数 176
当前版本 1.0
更新时间 2015-03-08
上架时间 2015-03-08
评分 3.43/5 共7次评分
开发者 jmoore315
付费类型 free
支持的语言 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'"
}