Tab Defrag
Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…
Tab Defragคืออะไร?
Tab Defrag เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sampson และคุณลักษณะหลักของมันคือ "Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Defrag
ดาวน์โหลดไฟล์ส่วนขยาย Tab Defrag ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to read the URL for each tab, and to assign it a new placement. Tab Defrag does nothing more.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Defrag |
ID | dfeliknbmopheafjaelmilpgfmfjiopl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-defrag/dfeliknbmopheafjaelmilpgfmfjiopl |
คำอธิบาย | Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to… |
ขนาดไฟล์ | 33.75 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2021-03-15 |
วันที่เผยแพร่ | 2019-12-22 |
ผู้พัฒนา | Sampson |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.twitter.com/jonathansampson |
URL หน้าช่วยเหลือ | https://www.twitter.com/jonathansampson |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Defrag", "version": "0.0.4", "manifest_version": 2, "permissions": [ "tabs" ], "browser_action": { "default_title": "Tab Defrag" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |