Evala
Clock, Forecast, Terminal
Cos'è Evala?
Evala è un'estensione di Chrome sviluppata da Krasimir Tsonev, e la sua funzione principale è "Clock, Forecast, Terminal".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Evala
Scarica i file di estensione Evala 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
That is a geeky alternative of Momentum or Currently. It shows the time, the weather and has a built-in terminal. Not some kind of a fake terminal but your own shell. The background color depends on the forecast. It goes to the blue spectrum when outside is cold and to red spectrum when it is warm. To make the terminal works run: > npm install -g evala > evala --shell=$SHELL
Informazioni di Base sull'Estensione
Nome | Evala |
ID | bmaojegjknddmkhfbkhfijcblmamgino |
URL Ufficiale | https://chromewebstore.google.com/detail/evala/bmaojegjknddmkhfbkhfijcblmamgino |
Descrizione | Clock, Forecast, Terminal |
Dimensione del File | 1.79 MB |
Conteggio Installazioni | 23 |
Versione Corrente | 2.1.0 |
Ultimo Aggiornamento | 2018-03-10 |
Data di Pubblicazione | 2018-03-09 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | Krasimir Tsonev |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/krasimir/evala |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Evala", "description": "Clock, Forecast, Terminal", "version": "2.1.0", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_security_policy": "script-src 'self'; object-src 'self';", "permissions": [ "management", "tabs", " |