Evala

Clock, Forecast, Terminal

Qu'est-ce que Evala ?

Evala est une extension Chrome développée par Krasimir Tsonev, et sa fonction principale est "Clock, Forecast, Terminal".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Evala

Téléchargez les fichiers d'extension Evala au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Evala Evala
ID bmaojegjknddmkhfbkhfijcblmamgino
URL Officiel https://chromewebstore.google.com/detail/evala/bmaojegjknddmkhfbkhfijcblmamgino
Description Clock, Forecast, Terminal
Taille du Fichier 1.79 MB
Nombre d'Installations 23
Version Actuelle 2.1.0
Dernière Mise à Jour 2018-03-10
Date de Publication 2018-03-09
Évaluation 4.00/5 Total 4 Évaluations
Développeur Krasimir Tsonev
Type de Paiement free
Site Web de l'Extension https://github.com/krasimir/evala
Langues Prises en Charge 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"
        }
    }
}