Iron Updater
Check for, download and install the latest stable Iron revisions
Iron Updater là gì?
Iron Updater là một tiện ích mở rộng Chrome được phát triển bởi https://www.srware.net, và tính năng chính của nó là "Check for, download and install the latest stable Iron revisions".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Iron Updater
Tải xuống các tệp mở rộng Iron Updater dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Iron Updater |
ID | nabglnpmfhienaimnmbjigimjdafimjn |
URL Chính Thức | https://chromewebstore.google.com/detail/iron-updater/nabglnpmfhienaimnmbjigimjdafimjn |
Mô tả | Check for, download and install the latest stable Iron revisions |
Kích Thước Tệp | 89.4 KB |
Số Lần Cài Đặt | 5,183 |
Phiên Bản Hiện Tại | 1.0.0.0 |
Cập Nhật Lần Cuối | 2016-12-06 |
Ngày Phát Hành | 2016-12-06 |
Đánh Giá | 4.38/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | https://www.srware.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.srware.net/iron_updater_url.php |
URL Trang Trợ Giúp | http://www.srware.net/iron_updater_url.php |
Ngôn Ngữ Được Hỗ Trợ | 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" } |