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'"
}