beautiflag
chrome://flags is pretty now!
Cos'è beautiflag?
beautiflag è un'estensione di Chrome sviluppata da deryck.henson, e la sua funzione principale è "chrome://flags is pretty now!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione beautiflag
Scarica i file di estensione beautiflag 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
The chrome://flags page has finally been re-styled. Clear, large, beautiful. https://github.com/dhenson02/beautiflag ***This currently requires --extensions-on-chrome-urls to be set.*** This can be done through the command-line, changing the shortcut "Target" field to add this at the end, or by visiting chrome://flags/#extensions-on-chrome-urls to enable it directly inside Chrome (requires browser restart).
Informazioni di Base sull'Estensione
Nome | beautiflag |
ID | ofgpfmlknkhdaobdghenekbknpglbmfb |
URL Ufficiale | https://chromewebstore.google.com/detail/beautiflag/ofgpfmlknkhdaobdghenekbknpglbmfb |
Descrizione | chrome://flags is pretty now! |
Dimensione del File | 80.13 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-01-22 |
Data di Pubblicazione | 2016-01-21 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | deryck.henson |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/dhenson02/beautiflag |
URL della Pagina di Aiuto | https://github.com/dhenson02/beautiflag/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "beautiflag", "description": "chrome:\/\/flags is pretty now!", "version": "1.0", "author": "Deryck Henson", "background": { "scripts": [ "adorable.js" ] }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "tabs", "chrome:\/\/flags\/" ] } |