Evala

Clock, Forecast, Terminal

Evala क्या है?

Evala Krasimir Tsonev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clock, Forecast, Terminal"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Evala एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    }
}