Evala

Clock, Forecast, Terminal

What is Evala?

Evala is a Chrome extension developed by Krasimir Tsonev, and its main feature is "Clock, Forecast, Terminal".

Extension Screenshots

screenshot
screenshot

Download Evala Extension CRX File

Download Evala extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Evala Evala
ID bmaojegjknddmkhfbkhfijcblmamgino
Official URL https://chromewebstore.google.com/detail/evala/bmaojegjknddmkhfbkhfijcblmamgino
Description Clock, Forecast, Terminal
File Size 1.79 MB
Installation Count 23
Current Version 2.1.0
Last Updated 2018-03-10
Publish Date 2018-03-09
Rating 4.00/5 Total 4 Ratings
Developer Krasimir Tsonev
Payment Type free
Extension Website https://github.com/krasimir/evala
Supported Languages 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",
        ""
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "applications": {
        "gecko": {
            "strict_min_version": "54.0"
        }
    }
}