Iron Updater

Check for, download and install the latest stable Iron revisions

什么是Iron Updater?

Iron Updater是由https://www.srware.net开发的Chrome扩展程序,该扩展的主要功能是“Check for, download and install the latest stable Iron revisions”。

扩展截图

screenshot

下载Iron Updater扩展crx文件

下载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)                    

扩展基本信息

名称 Iron Updater Iron Updater
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"
}