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"
        }
    }
}