Evan Time
Makes the background of your webpage infinitely happier.
Cos'è Evan Time?
Evan Time è un'estensione di Chrome sviluppata da Stephanie Northway, e la sua funzione principale è "Makes the background of your webpage infinitely happier.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Evan Time
Scarica i file di estensione Evan Time 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
Toggles a lovely background GIF for those times when your browsing experience needs a little more of that "dancing engineer" vibe.
Informazioni di Base sull'Estensione
Nome | |
ID | kmompemcncebikjjbcmhmonkgogghifl |
URL Ufficiale | https://chrome.google.com/webstore/detail/evan-time/kmompemcncebikjjbcmhmonkgogghifl |
Descrizione | Makes the background of your webpage infinitely happier. |
Dimensione del File | 38.83 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2014-12-27 |
Data di Pubblicazione | 2014-12-27 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | Stephanie Northway |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Evan Time", "description": "Makes the background of your webpage infinitely happier.", "version": "2.0", "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "jquery-1.11.1.min.js", "background.js" ], "persistent": false }, "browser_action": { "default_icon": "evan.png", "default_title": "Evan Time" } } |