Chromed Thermo

Текущая погода в Петрозаводске от thermo.karelia.ru

What is Chromed Thermo?

Chromed Thermo is a Chrome extension developed by DDS, and its main feature is "Текущая погода в Петрозаводске от thermo.karelia.ru".

Extension Screenshots

screenshot
screenshot

Download Chromed Thermo Extension CRX File

Download Chromed Thermo 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

                                            

Extension Basic Information

Name Chromed Thermo Chromed Thermo
ID ecggmkochmjcdoakjcaepjpimikmlimc
Official URL https://chromewebstore.google.com/detail/chromed-thermo/ecggmkochmjcdoakjcaepjpimikmlimc
Description Текущая погода в Петрозаводске от thermo.karelia.ru
File Size 56.58 KB
Installation Count 264
Current Version 0.2.1
Last Updated 2014-05-05
Publish Date 2014-05-05
Rating 5.00/5 Total 4 Ratings
Developer DDS
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chromed Thermo",
    "version": "0.2.1",
    "manifest_version": 2,
    "description": "\u0422\u0435\u043a\u0443\u0449\u0430\u044f \u043f\u043e\u0433\u043e\u0434\u0430 \u0432 \u041f\u0435\u0442\u0440\u043e\u0437\u0430\u0432\u043e\u0434\u0441\u043a\u0435 \u043e\u0442 thermo.karelia.ru",
    "short_name": "\u041f\u043e\u0433\u043e\u0434\u0430 \u0432 \u041f\u0435\u0442\u0440\u043e\u0437\u0430\u0432\u043e\u0434\u0441\u043a\u0435",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-2.1.0.min.js",
            "js\/bg.js"
        ]
    },
    "permissions": [
        "http:\/\/thermo.karelia.ru\/*"
    ]
}