Refresh all windows
This will refresh all tabs in all windows.
Refresh all windowsคืออะไร?
Refresh all windows เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This will refresh all tabs in all windows."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Refresh all windows
ดาวน์โหลดไฟล์ส่วนขยาย Refresh all windows ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Refresh all tabs in all windows at once.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Refresh all windows |
ID | jbmkeloifnkohclofiomelojjgpdjjcp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/refresh-all-windows/jbmkeloifnkohclofiomelojjgpdjjcp |
คำอธิบาย | This will refresh all tabs in all windows. |
ขนาดไฟล์ | 7.98 KB |
จำนวนการติดตั้ง | 1,107 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-06-21 |
วันที่เผยแพร่ | 2017-06-20 |
คะแนน | 4.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Refresh all windows", "description": "This will refresh all tabs in all windows.", "version": "1.0", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Refresh all tabs in all windows!" }, "permissions": [ "tabs", "windows" ] } |