Reload All Tabs
Reload all tabas
Reload All Tabsคืออะไร?
Reload All Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://studiobinghuan.blogspot.com และคุณลักษณะหลักของมันคือ "Reload all tabas"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reload All Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Reload All Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This browser extension provide a function to let user refresh all tabs, for example: There is a website, and you want to preview the content before downloading. So, you open items by tabs, and preview it first. Next, you want to download it, but there is a notification said: you should login first. After login this website, you always need to reload all page to get permission to download. Now, you can just use this browser extension to reload all tabs with login status. My Blog: http://studiobinghuan.blogspot.tw/?view=flipcard or http://bhtalk.blogspot.tw/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reload All Tabs |
ID | kckchgndelncbndagologlincadijebb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reload-all-tabs/kckchgndelncbndagologlincadijebb |
คำอธิบาย | Reload all tabas |
ขนาดไฟล์ | 1.1 MB |
จำนวนการติดตั้ง | 98 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2014-12-02 |
วันที่เผยแพร่ | 2014-12-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://studiobinghuan.blogspot.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | http://studiobinghuan.blogspot.tw/?view=flipcard |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reload All Tabs", "description": "Reload all tabas", "version": "1.0.0", "permissions": [ "tabs" ], "background": { "page": "data\/background.html" }, "browser_action": { "default_icon": { "19": "Icon-19.png", "38": "Icon-38.png" } }, "icons": { "16": "Icon-16.png", "48": "Icon-48.png", "128": "Icon-128.png" } } |