hansah - lowercase the web
lowercase everything. love. pink. polka dots.
Cos'è hansah - lowercase the web?
hansah - lowercase the web è un'estensione di Chrome sviluppata da kyledreger, e la sua funzione principale è "lowercase everything. love. pink. polka dots.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione hansah - lowercase the web
Scarica i file di estensione hansah - lowercase the web 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
lowercase is fun, join us!
Informazioni di Base sull'Estensione
Nome | hansah - lowercase the web |
ID | enjbmefgkgffamingnaeiojfiehhggge |
URL Ufficiale | https://chromewebstore.google.com/detail/hansah-lowercase-the-web/enjbmefgkgffamingnaeiojfiehhggge |
Descrizione | lowercase everything. love. pink. polka dots. |
Dimensione del File | 14.28 KB |
Conteggio Installazioni | 66 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2014-04-09 |
Data di Pubblicazione | 2014-04-09 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | kyledreger |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://kyledreger.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "hansah - lowercase the web", "version": "1.0.0", "manifest_version": 2, "description": "lowercase everything. love. pink. polka dots.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "hansah.css" ] } ] } |