Aww
Replaces the new tab page with the cutest gifs from /r/aww
Cos'è Aww?
Aww è un'estensione di Chrome sviluppata da Anuraag, e la sua funzione principale è "Replaces the new tab page with the cutest gifs from /r/aww".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Aww
Scarica i file di estensione Aww 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
Informazioni di Base sull'Estensione
Nome | |
ID | ceojjgdcmdmcpiplcnbbbjfgplhledhj |
URL Ufficiale | https://chrome.google.com/webstore/detail/aww/ceojjgdcmdmcpiplcnbbbjfgplhledhj |
Descrizione | Replaces the new tab page with the cutest gifs from /r/aww |
Dimensione del File | 77.02 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-05-13 |
Data di Pubblicazione | 2017-05-13 |
Valutazione | 1.33/5 Totale 6 Valutazioni |
Sviluppatore | Anuraag |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://anuraag.me |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Aww", "description": "Replaces the new tab page with the cutest gifs from \/r\/aww", "version": "1.1", "permissions": [ "tabs", "http:\/\/reddit.com\/*" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |