Evala

Clock, Forecast, Terminal

Wat is Evala?

Evala is een Chrome-extensie ontwikkeld door Krasimir Tsonev, en de belangrijkste functie is "Clock, Forecast, Terminal".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Evala

Download Evala-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Evala Evala
ID bmaojegjknddmkhfbkhfijcblmamgino
Officiële URL https://chromewebstore.google.com/detail/evala/bmaojegjknddmkhfbkhfijcblmamgino
Beschrijving Clock, Forecast, Terminal
Bestandsgrootte 1.79 MB
Aantal Installaties 23
Huidige Versie 2.1.0
Laatst Bijgewerkt 2018-03-10
Publicatiedatum 2018-03-09
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Krasimir Tsonev
Betalingswijze free
Extensiewebsite https://github.com/krasimir/evala
Ondersteunde Talen 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"
        }
    }
}