Iron Updater

Check for, download and install the latest stable Iron revisions

Cos'è Iron Updater?

Iron Updater è un'estensione di Chrome sviluppata da https://www.srware.net, e la sua funzione principale è "Check for, download and install the latest stable Iron revisions".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Iron Updater

Scarica i file di estensione Iron Updater in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Iron Updater Iron Updater
ID nabglnpmfhienaimnmbjigimjdafimjn
URL Ufficiale https://chromewebstore.google.com/detail/iron-updater/nabglnpmfhienaimnmbjigimjdafimjn
Descrizione Check for, download and install the latest stable Iron revisions
Dimensione del File 89.4 KB
Conteggio Installazioni 5,183
Versione Corrente 1.0.0.0
Ultimo Aggiornamento 2016-12-06
Data di Pubblicazione 2016-12-06
Valutazione 4.38/5 Totale 21 Valutazioni
Sviluppatore https://www.srware.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.srware.net/iron_updater_url.php
URL della Pagina di Aiuto http://www.srware.net/iron_updater_url.php
Lingue Supportate 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"
}