Evala

Clock, Forecast, Terminal

ما هو Evala؟

Evala هو إضافة Chrome تم تطويرها بواسطة Krasimir Tsonev، والميزة الرئيسية لها هي "Clock, Forecast, Terminal".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Evala

قم بتنزيل ملفات الامتداد Evala بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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