TooManyTabs for Chrome

Manage your tabs, improve your browsing, and maintain your sanity when you have many tabs open.

TooManyTabs for Chromeคืออะไร?

TooManyTabs for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.visibotech.com และคุณลักษณะหลักของมันคือ "Manage your tabs, improve your browsing, and maintain your sanity when you have many tabs open."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TooManyTabs for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย TooManyTabs for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Ever tried having 20 tabs or more open in Chrome? You can’t even see the favicon of the tabs, not to mention the tab titles! If that happens to you, TooManyTabs is a must-have extension that manages your tabs, reduces your tab overflow, and saves your sanity!

From the makers of TooManyTabs for Firefox, TMT has come to Chrome to help all your tab needs!

* Full Release notes of version 2.3, please visit our blog at http://goo.gl/NXyl2 *

Features
- NEW in 2.3! Backup with Chrome Local Storage
- Bird's eye view of all opened tabs
- Preview of tab's content  [Require Optional Permission]
- Instant tab search
- Sort tabs by creation time, domain or title
- Remember recently closed tabs (within TMT)
- Suspend idle tabs and save memory, organize with custom columns
- Custom themes

Disclaimer
- Due to Chrome limitations, extensions cannot restore history from closed tabs. If you need the history from a recently closed tab, you can press Ctrl+Shift+T to reopen them one by one.

If you like TooManyTabs, check out our other extensions too!
- Incredible StartPage http://goo.gl/he9o
- FreshStart Session Manager: http://goo.gl/249h
- TabJump: http://goo.gl/r5EY

License: http://www.visibotech.com/license/tmtchrome.html
Credits: http://code.google.com/p/visibochromeextension/issues/list

Developed by Visibo Limited                    

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

ชื่อ TooManyTabs for Chrome TooManyTabs for Chrome
ID amigcgbheognjmfkaieeeadojiibgbdp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/toomanytabs-for-chrome/amigcgbheognjmfkaieeeadojiibgbdp
คำอธิบาย Manage your tabs, improve your browsing, and maintain your sanity when you have many tabs open.
ขนาดไฟล์ 305 KB
จำนวนการติดตั้ง 198,652
เวอร์ชันปัจจุบัน 2.3
อัปเดตครั้งล่าสุด 2020-05-28
วันที่เผยแพร่ 2020-05-23
คะแนน 4.16/5 รวมทั้งหมด 1654 คะแนน
ผู้พัฒนา https://www.visibotech.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://blog.visibotech.com/search/label/TMT%20for%20Chrome
URL หน้าช่วยเหลือ http://blog.visibotech.com/search/label/TMT%20for%20Chrome
ภาษาที่รองรับ de,en,fr,es,it,ru,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "TooManyTabs",
    "version": "2.3",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "core\/background.js"
        ]
    },
    "icons": {
        "16": "img\/tmtchrome_logo16.png",
        "32": "img\/tmtchrome_logo32.png",
        "48": "img\/tmtchrome_logo48.png",
        "128": "img\/tmtchrome_logo128.png"
    },
    "options_page": "core\/options.html",
    "browser_action": {
        "default_icon": "img\/tmtchrome_browserbutton.png",
        "default_title": "TooManyTabs for Chrome",
        "default_popup": "core\/popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "unlimitedStorage",
        "chrome:\/\/favicon\/"
    ],
    "optional_permissions": [
        ""
    ],
    "commands": {
        "open-tmt-window": {
            "suggested_key": {
                "default": "Alt+Shift+T",
                "mac": "Alt+Shift+T"
            },
            "description": "Open TMT in Window Mode"
        },
        "send-active-tmt": {
            "suggested_key": {
                "default": "Alt+Shift+P",
                "mac": "Alt+Shift+P"
            },
            "description": "__MSG_sendToTMT__"
        }
    },
    "content_security_policy": "script-src 'self'; object-src 'self'; img-src 'self' data: chrome:\/\/favicon;",
    "minimum_chrome_version": "54",
    "default_locale": "en"
}