Iron Updater

Check for, download and install the latest stable Iron revisions

Was ist Iron Updater?

Iron Updater ist eine Chrome-Erweiterung, die von https://www.srware.net entwickelt wurde, und ihr Hauptmerkmal ist "Check for, download and install the latest stable Iron revisions".

Erweiterungsscreenshots

screenshot

Iron Updater-Erweiterungs-CRX-Datei herunterladen

Laden Sie Iron Updater-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Iron Updater Iron Updater
ID nabglnpmfhienaimnmbjigimjdafimjn
Offizielle URL https://chromewebstore.google.com/detail/iron-updater/nabglnpmfhienaimnmbjigimjdafimjn
Beschreibung Check for, download and install the latest stable Iron revisions
Dateigröße 89.4 KB
Installationsanzahl 5,183
Aktuelle Version 1.0.0.0
Letztes Update 2016-12-06
Veröffentlichungsdatum 2016-12-06
Bewertung 4.38/5 Insgesamt 21 Bewertungen
Entwickler https://www.srware.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.srware.net/iron_updater_url.php
Hilfeseite URL http://www.srware.net/iron_updater_url.php
Unterstützte Sprachen 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"
}