Tab Controller
Search, Switch, Remove tabs for multiple chrome windows from singpel place.
Tab Controllerคืออะไร?
Tab Controller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nikhil Sehgal และคุณลักษณะหลักของมันคือ "Search, Switch, Remove tabs for multiple chrome windows from singpel place."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Controller
ดาวน์โหลดไฟล์ส่วนขยาย Tab Controller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tab controller is an extension to help you search, switch and remove tabs. We can manage tabs from multiple chrome windows in one go. Capabilities of extension: See all list of open tabs from all windows. Search for tab using search bar. Switch to tab from using activate button. Remove the tab if not using it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Controller |
ID | kdgbkbgkffgfhakohlmoppiahphmognn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-controller/kdgbkbgkffgfhakohlmoppiahphmognn |
คำอธิบาย | Search, Switch, Remove tabs for multiple chrome windows from singpel place. |
ขนาดไฟล์ | 68.9 KB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2020-09-15 |
วันที่เผยแพร่ | 2019-06-05 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Nikhil Sehgal |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Controller", "description": "Search, Switch, Remove tabs for multiple chrome windows from singpel place.", "version": "3.0", "browser_action": { "default_popup": "linkController.html", "default_title": "Tab Controller." }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "tabs" ] } |