Swappable

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

Apa itu Swappable?

Swappable adalah ekstensi Chrome yang dikembangkan oleh jmoore315, dan fitur utamanya adalah "A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Swappable

Unduh file ekstensi Swappable dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Swappable Swappable
ID ppbbcakfobecheiebijejadegfflgcke
URL Resmi https://chromewebstore.google.com/detail/swappable/ppbbcakfobecheiebijejadegfflgcke
Deskripsi A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'
Ukuran File 16.63 KB
Jumlah Instalasi 176
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-03-08
Tanggal Publikasi 2015-03-08
Penilaian 3.43/5 Total 7 Penilaian
Pengembang jmoore315
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}