ReLoader
Easy reload the current tab without any cached data. Works with iFrame too.
ReLoaderคืออะไร?
ReLoader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alister Zhao และคุณลักษณะหลักของมันคือ "Easy reload the current tab without any cached data. Works with iFrame too."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ReLoader
ดาวน์โหลดไฟล์ส่วนขยาย ReLoader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily reload the current tab content without any cache data. Works with iFrame too.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ajdekpeolgboihkdkcmonalgafpefojb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/reloader/ajdekpeolgboihkdkcmonalgafpefojb |
คำอธิบาย | Easy reload the current tab without any cached data. Works with iFrame too. |
ขนาดไฟล์ | 8.67 KB |
จำนวนการติดตั้ง | 50 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-01-09 |
วันที่เผยแพร่ | 2015-01-09 |
ผู้พัฒนา | Alister Zhao |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ReLoader", "version": "1.0", "author": "Alister Zhao", "description": "Easy reload the current tab without any cached data. Works with iFrame too.", "icons": { "128": "128.png" }, "permissions": [ "tabs", "notifications", "https:\/\/*\/*", "http:\/\/*\/*" ], "browser_action": { "default_icon": "128.png", "default_title": "Reload Tab" }, "background": { "scripts": [ "background.js" ] } } |