Evala

Clock, Forecast, Terminal

Evalaคืออะไร?

Evala เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Krasimir Tsonev และคุณลักษณะหลักของมันคือ "Clock, Forecast, Terminal"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Evala

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    }
}