Too Tabs Manager

Too Tabs Manager allows you to group and shelve your non used tabs

Too Tabs Managerคืออะไร?

Too Tabs Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cbrugada.com และคุณลักษณะหลักของมันคือ "Too Tabs Manager allows you to group and shelve your non used tabs"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Too Tabs Manager

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

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

                        Are you used to browse internet using dozens of tabs at the same time?
Are there some tabs that you don't need at this moment but you need to keep them for later?
Can't you see the icons of your tabs because your window is too crowded of tabs?

Here is the solution!
Shelve your unused tabs for another moment and focus only in the ones you are using is easy with Too Tabs Manager.

Create folders to shelve your tabs.
Dump all your current tabs in (or choose some of them) and start browsing again in an empty environment.

Restoring your whole folder of shelved tabs is as easier as 1-click.
A simple click allows you to recover all your previous tabs again (or choose some of them).

Try it, it's free.                    

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

ชื่อ Too Tabs Manager Too Tabs Manager
ID odaphbmjbeecgjcakjjlhkiigpnfkflb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/too-tabs-manager/odaphbmjbeecgjcakjjlhkiigpnfkflb
คำอธิบาย Too Tabs Manager allows you to group and shelve your non used tabs
ขนาดไฟล์ 155 KB
จำนวนการติดตั้ง 472
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2012-09-18
วันที่เผยแพร่ 2012-09-18
คะแนน 4.39/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://www.cbrugada.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.cbrugada.com/es/chrome.html
ภาษาที่รองรับ en,ca,es
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "1.1",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "icon\/too-tabs-manager-16.png",
        "24": "icon\/too-tabs-manager-24.png",
        "32": "icon\/too-tabs-manager-32.png",
        "48": "icon\/too-tabs-manager-48.png",
        "128": "icon\/too-tabs-manager-128.png"
    },
    "browser_action": {
        "default_icon": "icon\/too-tabs-manager-32.png",
        "default_title": "__MSG_extensionName__",
        "default_badge": "__MSG_extensionAbbrev__",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/"
    ]
}