Tab Control
Tab Control stresses over your tabs so you don't have to.
Tab Controlคืออะไร?
Tab Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sanketh Hegde และคุณลักษณะหลักของมันคือ "Tab Control stresses over your tabs so you don't have to."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Control
ดาวน์โหลดไฟล์ส่วนขยาย Tab Control ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tab Control allows you to keep a limit on the number of tabs you have per window. Once you attempt to surpass the limit, Tab Control will remove your least active tab and save it internally just incase you need it in the future. You can also choose to purge your window's tabs if you ever feel like your tabs are getting messy. Purge all tabs, duplicate tabs, or inactive tabs. For the best experience, restart Chrome after first-time installation! Note: Tab Control requires access to your browser history in order to save recently removed tabs and assign a timestamp to each tab. Your recently removed history is never saved other than on your own account.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Control |
ID | hheohnanbmmjfpnpgcejpnabbnjhbhip |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-control/hheohnanbmmjfpnpgcejpnabbnjhbhip |
คำอธิบาย | Tab Control stresses over your tabs so you don't have to. |
ขนาดไฟล์ | 121 KB |
จำนวนการติดตั้ง | 84 |
เวอร์ชันปัจจุบัน | 1.4.0 |
อัปเดตครั้งล่าสุด | 2017-08-17 |
วันที่เผยแพร่ | 2017-08-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Sanketh Hegde |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://chrome.google.com/webstore/detail/tab-control/hheohnanbmmjfpnpgcejpnabbnjhbhip/support |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Control", "version": "1.4.0", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "js\/constants.js", "js\/TabWrapper.js", "js\/background.js" ] }, "description": "Tab Control stresses over your tabs so you don't have to.", "browser_action": { "default_title": "Tab Control", "default_popup": "popup.html" }, "icons": { "16": "img\/icon32.png", "48": "img\/icon96.png", "96": "img\/icon192.png", "128": "img\/icon256.png" }, "author": "Sanketh Hegde" } |