Swappable
A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'
Wat is Swappable?
Swappable is een Chrome-extensie ontwikkeld door jmoore315, en de belangrijkste functie is "A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal'".
Extensie Screenshots
Download het CRX-bestand van de extensie Swappable
Download Swappable-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Swappable |
ID | ppbbcakfobecheiebijejadegfflgcke |
Officiële URL | https://chromewebstore.google.com/detail/swappable/ppbbcakfobecheiebijejadegfflgcke |
Beschrijving | A bookmark bar swapper, allowing you to switch between multiple bookmark bars such as 'Work' and 'Personal' |
Bestandsgrootte | 16.63 KB |
Aantal Installaties | 176 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-03-08 |
Publicatiedatum | 2015-03-08 |
Beoordeling | 3.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | jmoore315 |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |