Tabs Manager
A Quick overview for your opened tabs across windows, with the ability to search and check thumbnails for each tab in one view
Tabs Managerคืออะไร?
Tabs Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Islam Elbanna และคุณลักษณะหลักของมันคือ "A Quick overview for your opened tabs across windows, with the ability to search and check thumbnails for each tab in one view"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabs Manager
ดาวน์โหลดไฟล์ส่วนขยาย Tabs Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Manage your opened tabs with search and thumbnails all in one view
- Thumbnail of all your opened tabs with titles (thumbnails are captured automatically)
- Thumbnail zoom preview.
- Group tabs with domain name.
- Manage tabs: navigate to the tab or close tab/group of tabs in one click.
- Search with title and URL
New 24-02-2024:
- Upgrade libs and general performance fixes
New 25-02-2023:
- Upgrade to manifest version 3
- Performance improvements
New 08-06-2022:
- Some performance improvements
- Upgrade html2canvas lib version to 1.4.1
New 13-09-2020:
- Fix floating issue with small setup (4 thumbnails)
New 22-05-2020:
- Improve overall performance when fail to capture the thumbnails
- Update libs
New 25-05-2019:
- Added contribution link on github
New 29-10-2018:
- Fix youtube conflict issue
New 20-10-2018:
- Fix image capture issue
New 06-10-2018:
- Fix Mac shortcut
- Add current window badge
New 23-09-2018:
- Support Multi-windows
- Add opened tabs counter badge
New 22-08-2018:
- New card design
New 17-07-2018:
- Some performance improvements
- Create options page
- Add option to control thumbnail size
New 17-10-2017:
- Some performance improvements
- New Shortcut (Ctrl-Shift-F) to open the popup ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | okeooekaaniggaignhhfeddohlcjadkd |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabs-manager/okeooekaaniggaignhhfeddohlcjadkd |
| คำอธิบาย | A Quick overview for your opened tabs across windows, with the ability to search and check thumbnails for each tab in one view |
| ขนาดไฟล์ | 850 KB |
| จำนวนการติดตั้ง | 1,547 |
| เวอร์ชันปัจจุบัน | 2.6 |
| อัปเดตครั้งล่าสุด | 2024-02-28 |
| วันที่เผยแพร่ | 2020-06-02 |
| คะแนน | 3.94/5 รวมทั้งหมด 17 คะแนน |
| ผู้พัฒนา | Islam Elbanna |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tabs Manager",
"version": "2.6",
"description": "A Quick overview for your opened tabs across windows, with the ability to search and check thumbnails for each tab in one view",
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"background": {
"service_worker": "\/js\/background.js"
},
"action": {
"default_icon": "\/img\/icon_128.png",
"default_title": "Tabs Manager",
"default_popup": "index.html"
},
"permissions": [
"tabs",
"activeTab",
"storage"
],
"host_permissions": [
" | |