6th Toolbar Spacer
A partition icon for spacing the extension buttons on your toolbar
Cos'è 6th Toolbar Spacer?
6th Toolbar Spacer è un'estensione di Chrome sviluppata da Niko Sardas, e la sua funzione principale è "A partition icon for spacing the extension buttons on your toolbar".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 6th Toolbar Spacer
Scarica i file di estensione 6th Toolbar Spacer 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
Create some breathing room. Manage and organize the extension buttons on your toolbar by adding a blank space, a divider icon, or your own keyboard icon.
Informazioni di Base sull'Estensione
Nome | 6th Toolbar Spacer |
ID | ppplbdcdldelngnkblbjfclblmhgncgb |
URL Ufficiale | https://chromewebstore.google.com/detail/6th-toolbar-spacer/ppplbdcdldelngnkblbjfclblmhgncgb |
Descrizione | A partition icon for spacing the extension buttons on your toolbar |
Dimensione del File | 2.69 MB |
Conteggio Installazioni | 242 |
Versione Corrente | 30.0.7 |
Ultimo Aggiornamento | 2017-08-24 |
Data di Pubblicazione | 2017-08-23 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Niko Sardas |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": "empty.png", "default_popup": "popup.html" }, "description": "A partition icon for spacing the extension buttons on your toolbar", "icons": { "128": "128.png" }, "manifest_version": 2, "name": "6th Toolbar Spacer", "version": "30.0.7" } |