TabPolish
Cut down on the number of duplicate tabs you have open.
TabPolishคืออะไร?
TabPolish เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zach และคุณลักษณะหลักของมันคือ "Cut down on the number of duplicate tabs you have open."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabPolish
ดาวน์โหลดไฟล์ส่วนขยาย TabPolish ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Keep your tabs clean! Ensure that you have no duplicate tabs in each Chrome window (unique tabs). Also allows bulk moving tabs to and from Chrome windows, along with sorting. Release History: * v0.7.0 - 2019/05/15 * persist tab sort option (default is now 'By URL, Desc') * move 'Select All' checkbox below active tabs * v0.6.0 - 2018/11/14 * allow sorting tabs by url or domain * move options into drop-down * add help link * adjust and condense ui to accommodate options * v0.5.6 - 2017/11/27 * skip tab activation if no tabs were closed * v0.5.5 - 2017/11/25 * fix another ui issue * v0.5.4 - 2017/11/25 * simplify ui layout * fix overflow due to line height and bootstrap default style with many tabs * v0.5.3 - 2017/11/25 * add pref for search param uniqueness. * fix issue with tab not being closed due to incorrect query. * v0.5.2 - 2017/11/24 * fix regression with url uniqueness comparison and add prefs governing what makes a tab url 'unique.' * ui tweaks * v0.5.1 - 2017/11/24 * switch from angular to react * switch to bootstrap 4 * smarter tab polishing * quicker tab move to new window (via adoption) * tab icon in select tab dropdown and various other ui tweaks * v0.4.2 - 2017/11/14 * ignore windows not of type "normal" for tab source and target queries (apps, modals, etc) * v0.4.0 - 2015/01/25 * angular app re-write * change to bootstrap 3 styling * v0.3.0 - 2014/08/18 * allow selecting tabs to move between windows, or into a new window. * v0.2.0 - 2014/06/13 * add preference page and popup that allows choosing which tab to close * v0.1.0 - 2014/06/11 * initial support for closing duplicate tabs, unique to each chrome window
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TabPolish |
ID | kjicdjpknoinhglgafnifbllafopocpn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabpolish/kjicdjpknoinhglgafnifbllafopocpn |
คำอธิบาย | Cut down on the number of duplicate tabs you have open. |
ขนาดไฟล์ | 647 KB |
จำนวนการติดตั้ง | 328 |
เวอร์ชันปัจจุบัน | 0.7.0 |
อัปเดตครั้งล่าสุด | 2019-05-16 |
วันที่เผยแพร่ | 2019-05-15 |
คะแนน | 4.38/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Zach |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/blaskovicz/tab-polish |
URL หน้าช่วยเหลือ | https://github.com/blaskovicz/tab-polish/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabPolish", "description": "Cut down on the number of duplicate tabs you have open.", "version": "0.7.0", "permissions": [ "tabs", "storage" ], "background": { "page": "index.html", "persistent": true }, "icons": { "16": "magic-10-icon-16.png", "48": "magic-10-icon-48.png", "128": "magic-10-icon-128.png" }, "browser_action": { "default_icon": "magic-10-icon-48.png", "default_popup": "index.html" }, "options_page": "index.html" } |