Refresh 'Em All
Refresh all tabs in Current Window. Whopping seven lines of code — no crap.
Refresh 'Em Allคืออะไร?
Refresh 'Em All เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ciantic และคุณลักษณะหลักของมันคือ "Refresh all tabs in Current Window. Whopping seven lines of code — no crap."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Refresh 'Em All
ดาวน์โหลดไฟล์ส่วนขยาย Refresh 'Em All ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Refresh or reload all tabs in current window. No new functionality will be ever introduced. Icon changes may come in future, if necessary.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Refresh 'Em All |
ID | iaoghbeamaalcgoembjppfekhelajipd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/refresh-em-all/iaoghbeamaalcgoembjppfekhelajipd |
คำอธิบาย | Refresh all tabs in Current Window. Whopping seven lines of code — no crap. |
ขนาดไฟล์ | 21.65 KB |
จำนวนการติดตั้ง | 610 |
เวอร์ชันปัจจุบัน | 0.9.2 |
อัปเดตครั้งล่าสุด | 2014-11-02 |
วันที่เผยแพร่ | 2014-11-02 |
คะแนน | 4.73/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | Ciantic |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refresh 'Em All", "version": "0.9.2", "description": "Refresh all tabs in Current Window. Whopping seven lines of code \u2014 no crap.", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "icons": { "48": "app.png", "128": "app.png" }, "browser_action": { "default_icon": "action.png", "default_title": "Refresh all tabs in this window" } } |