YATM (Yet Another Tab Manager) 3.0

Preview, Rename, Reorder and Search for your tabs from a central location

YATM (Yet Another Tab Manager) 3.0คืออะไร?

YATM (Yet Another Tab Manager) 3.0 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย laurent.kubaski และคุณลักษณะหลักของมันคือ "Preview, Rename, Reorder and Search for your tabs from a central location"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YATM (Yet Another Tab Manager) 3.0

ดาวน์โหลดไฟล์ส่วนขยาย YATM (Yet Another Tab Manager) 3.0 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tired of clicking on all your Chrome tabs one by one to find the one you want? What if you could manage all of them from a central location using yet another tab manager? Well, you found the right extension my friend! Using YATM you can: 

- See all your tabs from a central location with their full title
- Reorder tabs using drag'n'drop
- Search for tabs by name
- Close tabs
- Identify duplicate tabs

... including support for pinned tabs and tab groups!

=======================

v3.0
- removed the capacity to rename tabs
- replaced the "side panel" view mode with the "tab" view mode
- added support for tab groups
- duplicate tabs are now highlighted in red
- (internal) migration to manifest v3

v2.3
- (internal) moved to Typescript
- (internal) removed useless permissions from manifest

v2.2
- fixed a bug that was preventing YATM from switching from "popup" to "side panel" mode outside of dev mode

v2.1
- Added buttons to access the configuration dialog & the help video
- Added ability to switch between popup mode (the default) or side panel mode
- Fixed a nasty bug that was causing the side panel to randomly close when previewing tabs
- Removed the capacity to close YATM when clicking anywhere in the main browser window (this was buggy anyways)

v2.0
- YATM now opens as a side panel:
-- click on a tab in YATM to preview it
-- double click on a tab in YATM to close YATM
-- click anywhere in the main browser window to close YATM
- Side panel width is adjustable using your mouse
- Removed sort button

v1.5
- Renamed extension from "Tab List" to "YATM"

v1.4
- Add search result highlights
- Fix focus issue on search input element
- Renamed "sort by domain" to "sort by website"

v1.3
- add "X" icon in search box
- fix bug in sorting on tab name

v1.2
- initial release                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YATM (Yet Another Tab Manager) 3.0 YATM (Yet Another Tab Manager) 3.0
ID cleopomnamfenlfpglofnooemoakdgef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yatm-yet-another-tab-mana/cleopomnamfenlfpglofnooemoakdgef
คำอธิบาย Preview, Rename, Reorder and Search for your tabs from a central location
ขนาดไฟล์ 51.92 KB
จำนวนการติดตั้ง 161
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2022-10-27
วันที่เผยแพร่ 2018-01-30
คะแนน 3.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา laurent.kubaski
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YATM (Yet Another Tab Manager) 3.0",
    "description": "Preview, Rename, Reorder and Search for your tabs from a central location",
    "version": "3.0",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "tabGroups",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "\/png\/icon16.png"
    },
    "icons": {
        "16": "\/png\/icon16.png",
        "32": "\/png\/icon32.png",
        "48": "\/png\/icon48.png",
        "128": "\/png\/icon128.png"
    }
}