Iron Updater
Check for, download and install the latest stable Iron revisions
Что такое Iron Updater?
Iron Updater - это расширение Chrome, разработанное https://www.srware.net, и его основная функция - "Check for, download and install the latest stable Iron revisions".
Снимки экрана расширения
Скачать файл CRX расширения Iron Updater
Скачайте файлы расширений Iron Updater в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        Extension to check for, download and install the latest revisions of the "SRWare Iron"-Browser. The extension supports Windows / Linux and Mac Builds (32 and 64 bit)                     Основная информация о расширении
| Название |   |  
| ID | nabglnpmfhienaimnmbjigimjdafimjn | 
| Официальный URL | https://chromewebstore.google.com/detail/iron-updater/nabglnpmfhienaimnmbjigimjdafimjn | 
| Описание | Check for, download and install the latest stable Iron revisions | 
| Размер файла | 89.4 KB | 
| Количество установок | 5,183 | 
| Текущая Версия | 1.0.0.0 | 
| Последнее Обновление | 2016-12-06 | 
| Дата публикации | 2016-12-06 | 
| Рейтинг | 4.38/5 Всего 21 оценок | 
| Разработчик | https://www.srware.net | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| Официальный сайт расширения | http://www.srware.net/iron_updater_url.php | 
| URL страницы помощи | http://www.srware.net/iron_updater_url.php | 
| Поддерживаемые языки | en | 
| manifest.json | |
 {
    "author": "SRWare",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/popup.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_Desc__",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_Name__",
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "http:\/\/*.srware.net\/*",
        "https:\/\/*.srware.net\/*"
    ],
    "short_name": "Iron Updater",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "http:\/\/www.srware.net\/iron_updater_url.php",
    "version": "1.0.0.0"
}  |  |