Karaganda temperature

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

What is Karaganda temperature?

Karaganda temperature is a Chrome extension developed by vladislav.yevtushenko, and its main feature is "Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz".

Extension Screenshots

screenshot

Download Karaganda temperature Extension CRX File

Download Karaganda temperature extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Karaganda temperature Karaganda temperature
ID cdghnlkmcpklogckgicedkafjfgigfli
Official URL https://chrome.google.com/webstore/detail/karaganda-temperature/cdghnlkmcpklogckgicedkafjfgigfli
Description Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz
File Size 40.85 KB
Installation Count 20
Current Version 1.0.4.1
Last Updated 2016-11-14
Publish Date 2016-11-14
Rating 5.00/5 Total 1 Ratings
Developer vladislav.yevtushenko
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}