Evala
Clock, Forecast, Terminal
Co to jest Evala?
Evala to rozszerzenie Chrome opracowane przez Krasimir Tsonev, a jego główną funkcją jest „Clock, Forecast, Terminal”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Evala
Pobierz pliki rozszerzeń Evala w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Evala |
ID | bmaojegjknddmkhfbkhfijcblmamgino |
Oficjalny URL | https://chromewebstore.google.com/detail/evala/bmaojegjknddmkhfbkhfijcblmamgino |
Opis | Clock, Forecast, Terminal |
Rozmiar pliku | 1.79 MB |
Liczba instalacji | 23 |
Aktualna Wersja | 2.1.0 |
Ostatnia Aktualizacja | 2018-03-10 |
Data Publikacji | 2018-03-09 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | Krasimir Tsonev |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/krasimir/evala |
Obsługiwane Języki | 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", " |