Karaganda temperature

Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz

Karaganda temperature क्या है?

Karaganda temperature vladislav.yevtushenko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz"।

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

screenshot

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

crx प्रारूप में Karaganda temperature एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz                    

एक्सटेंशन की मूल जानकारी

नाम Karaganda temperature Karaganda temperature
ID cdghnlkmcpklogckgicedkafjfgigfli
आधिकारिक URL https://chrome.google.com/webstore/detail/karaganda-temperature/cdghnlkmcpklogckgicedkafjfgigfli
विवरण Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz
फ़ाइल का आकार 40.85 KB
स्थापना संख्या 20
वर्तमान संस्करण 1.0.4.1
अंतिम अपडेट 2016-11-14
प्रकाशन तिथि 2016-11-14
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर vladislav.yevtushenko
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Karaganda temperature",
    "manifest_version": 2,
    "version": "1.0.4.1",
    "description": "Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz",
    "permissions": [
        "tabs",
        "http:\/\/www.meteoclub.kz\/*",
        "background"
    ],
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Karaganda temperature",
        "default_popup": "html\/popup.htm",
        "default_icon": "icons\/icon19.png"
    }
}