Meteonova

Meteonova

What is Meteonova?

Meteonova is a Chrome extension developed by Метеосистемы, and its main feature is "Meteonova".

Extension Screenshots

screenshot
screenshot
screenshot

Download Meteonova Extension CRX File

Download Meteonova 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 Meteonova Meteonova
ID aiefnajnklcignlnnkkkffpmldmpidkd
Official URL https://chromewebstore.google.com/detail/meteonova/aiefnajnklcignlnnkkkffpmldmpidkd
Description Meteonova
File Size 277 KB
Installation Count 2,918
Current Version 1.2.0.6
Last Updated 2018-03-26
Publish Date 2018-03-26
Rating 4.35/5 Total 66 Ratings
Developer Метеосистемы
Payment Type free
Extension Website https://www.meteonova.ru
Help Page URL https://www.meteonova.ru/fan.htm
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "favicon-16.png",
        "default_popup": "index.html"
    },
    "default_locale": "ru",
    "description": "__MSG_description_ext__",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "name": "Meteonova",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/www.meteonova.ru\/vjs",
        "http:\/\/www.meteonova.ru\/xml",
        "http:\/\/www.meteonova.ru\/news\/export\/meteonova.xml",
        "http:\/\/www.meteonova.ru\/proxy.php",
        "http:\/\/www.meteonova.ru\/speech"
    ],
    "version": "1.2.0.6"
}