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
Eメール [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"
}