Iron Updater
Check for, download and install the latest stable Iron revisions
Iron Updaterคืออะไร?
Iron Updater เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.srware.net และคุณลักษณะหลักของมันคือ "Check for, download and install the latest stable Iron revisions"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Iron Updater
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } |