Evala

Clock, Forecast, Terminal

Evalaとは何ですか?

EvalaはKrasimir Tsonevによって開発されたChromeの拡張機能で、その主な機能は「Clock, Forecast, Terminal」です。

拡張機能のスクリーンショット

screenshot
screenshot

Evala拡張機能のCRXファイルをダウンロード

Evala拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Evala Evala
ID bmaojegjknddmkhfbkhfijcblmamgino
公式URL https://chromewebstore.google.com/detail/evala/bmaojegjknddmkhfbkhfijcblmamgino
説明 Clock, Forecast, Terminal
ファイルサイズ 1.79 MB
インストール数 23
現在のバージョン 2.1.0
最終更新日 2018-03-10
公開日 2018-03-09
評価 4.00/5 合計 4 レビュー
開発者 Krasimir Tsonev
支払い方法 free
拡張機能のウェブサイト https://github.com/krasimir/evala
対応言語 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"
        }
    }
}