Niceties
A cool extension that makes you happy!
Cos'è Niceties?
Niceties è un'estensione di Chrome sviluppata da https://www.samjhill.com, e la sua funzione principale è "A cool extension that makes you happy!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Niceties
Scarica i file di estensione Niceties 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
Niceties gives you a silly and uplifting compliment every time you open a new tab! New in version 1.0: Random Chromecast backgrounds! So pretty.
Informazioni di Base sull'Estensione
Nome | |
ID | glfjhfemgfaoeejgphcogkijdfdebffm |
URL Ufficiale | https://chromewebstore.google.com/detail/niceties/glfjhfemgfaoeejgphcogkijdfdebffm |
Descrizione | A cool extension that makes you happy! |
Dimensione del File | 1.24 MB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2016-06-22 |
Data di Pubblicazione | 2016-06-22 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://www.samjhill.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.samjhill.com/blog |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Niceties", "version": "1.0.0", "manifest_version": 2, "description": "A cool extension that makes you happy!", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "chrome_url_overrides": { "newtab": "page.html" } } |