Swappable
A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'
Cos'è Swappable?
Swappable è un'estensione di Chrome sviluppata da jmoore315, e la sua funzione principale è "A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Swappable
Scarica i file di estensione Swappable in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | ppbbcakfobecheiebijejadegfflgcke |
| URL Ufficiale | https://chromewebstore.google.com/detail/swappable/ppbbcakfobecheiebijejadegfflgcke |
| Descrizione | A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal' |
| Dimensione del File | 16.63 KB |
| Conteggio Installazioni | 176 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2015-03-08 |
| Data di Pubblicazione | 2015-03-08 |
| Valutazione | 3.43/5 Totale 7 Valutazioni |
| Sviluppatore | jmoore315 |
| Tipo di Pagamento | free |
| Lingue Supportate | 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'"
} | |