Close or Reload All Tabs
Helps you to automatically close or reload multiple or all tabs at once.
Close or Reload All Tabsคืออะไร?
Close or Reload All Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://kodemuse.dev และคุณลักษณะหลักของมันคือ "Helps you to automatically close or reload multiple or all tabs at once."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Close or Reload All Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Close or Reload All Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
## Close All Tabs Helps you to efficiently close multiple tabs. Feature list: - Close tabs to the right. - Close tabs to the left. - Close other tabs. - Close this tab. - Close tabs from this host name. Additional features: - Skip pinned tabs: If this option is checked, pinned tabs will be skipped from getting closed. ## Reload All Tabs Helps you to efficiently reload multiple tabs. Feature list: - Reload tabs to the right - Reload tabs to the left - Reload other tabs - Reload this tab Additional features: - Bypass Cache: If this option is checked, cache will be bypassed while tabs are being reloaded. - Skip pinned tabs: If this option is checked, pinned tabs will be skipped from getting reloaded. Privacy notice: This software neither collects nor transmits any personally identifiable information. This software does not track your browsing behavior. Information necessary for functioning of this software is stored on the devices of the end user, our servers do not have access to this information. For more information please read our privacy policy and terms of service.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | egiplchcaoijhepijgipppcencnplaoc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/close-or-reload-all-tabs/egiplchcaoijhepijgipppcencnplaoc |
คำอธิบาย | Helps you to automatically close or reload multiple or all tabs at once. |
ขนาดไฟล์ | 907 KB |
จำนวนการติดตั้ง | 60 |
เวอร์ชันปัจจุบัน | 2.0.0.2 |
อัปเดตครั้งล่าสุด | 2021-01-20 |
วันที่เผยแพร่ | 2020-01-13 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://kodemuse.dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.kodemuse.dev/close-or-reload-all-tabs/ |
URL หน้าช่วยเหลือ | https://www.kodemuse.dev/close-or-reload-all-tabs/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.kodemuse.dev/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close or Reload All Tabs", "version": "2.0.0.2", "short_name": "CRAT", "description": "Helps you to automatically close or reload multiple or all tabs at once.", "permissions": [ "tabs", "storage" ], "icons": { "16": "\/image\/icon\/free\/16.png", "24": "\/image\/icon\/free\/24.png", "32": "\/image\/icon\/free\/32.png", "48": "\/image\/icon\/free\/48.png", "64": "\/image\/icon\/free\/64.png", "128": "\/image\/icon\/free\/128.png", "256": "\/image\/icon\/free\/256.png", "512": "\/image\/icon\/free\/512.png" }, "browser_action": { "default_title": "Close or Reload All Tabs", "default_icon": "\/image\/icon\/free\/128.png", "default_popup": "\/ng\/popup\/comp\/popup\/popup.html" }, "background": { "page": "\/background\/background.html" }, "web_accessible_resources": [ "\/ng\/content\/**\/*.html", "\/css_content\/**\/*.css" ], "manifest_version": 2, "homepage_url": "https:\/\/www.kodemuse.dev\/close-or-reload-all-tabs\/" } |