Iron Updater
Check for, download and install the latest stable Iron revisions
Qu'est-ce que Iron Updater ?
Iron Updater est une extension Chrome développée par https://www.srware.net, et sa fonction principale est "Check for, download and install the latest stable Iron revisions".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Iron Updater
Téléchargez les fichiers d'extension Iron Updater au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | Iron Updater |
ID | nabglnpmfhienaimnmbjigimjdafimjn |
URL Officiel | https://chromewebstore.google.com/detail/iron-updater/nabglnpmfhienaimnmbjigimjdafimjn |
Description | Check for, download and install the latest stable Iron revisions |
Taille du Fichier | 89.4 KB |
Nombre d'Installations | 5,183 |
Version Actuelle | 1.0.0.0 |
Dernière Mise à Jour | 2016-12-06 |
Date de Publication | 2016-12-06 |
Évaluation | 4.38/5 Total 21 Évaluations |
Développeur | https://www.srware.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.srware.net/iron_updater_url.php |
URL de la Page d'Aide | http://www.srware.net/iron_updater_url.php |
Langues Prises en Charge | 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" } |