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”。
擴展截圖
下載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 |
ID | nabglnpmfhienaimnmbjigimjdafimjn |
官方網址 | 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" } |