Evala
Clock, Forecast, Terminal
什麼是Evala?
Evala是由Krasimir Tsonev開發的Chrome擴展程式,該擴展的主要功能是“Clock, Forecast, Terminal”。
擴展截圖
下載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 |
ID | bmaojegjknddmkhfbkhfijcblmamgino |
官方網址 | 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", " |