TabMan

Manage Tabs : Stash it, reopen it, organize into folders

TabManคืออะไร?

TabMan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nayan Intwala และคุณลักษณะหลักของมันคือ "Manage Tabs : Stash it, reopen it, organize into folders"

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

screenshot
screenshot
screenshot

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

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

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

                        Quick Tabs Navigation Shortcuts
1. Ctrl + Left Arrow    : (Cycle through open tabs in left direction)
2. Ctrl + Right Arrow  : (Cycle through open tabs in right direction)
3. Ctrl + Down Arrow : (Go browser back for active tab)
4. Ctrl + Up Arrow      : (Go browser forward for active tab)

Bookmarks are so old school. Organize your browser tabs and access them quickly anywhere.
“I had to open saved bookmarks one by one from folder, with TabMan I can open all folders tab” – from a new user
 
Don't Bookmarks because TabMan is at your service. Organize your browser tabs into folders via TabMan so you can access key resources in two-click per folder.
 
TabMan enhances your Chrome browser. Add open tabs into folder in just one-click. Access all of your folder on any desktop with automatic sync. With custom folder names tabs can be organized nicely for each of the associated topic.
 
TabMan is changing the way you save and access tabs by making it easy and fun to use.  
 

WHY YOU SHOULD MANAGE TABS?

TabMan provides easy to use tab archival facility so that open tabs can be organized and accessed as and when needed removing the need to email all interested tab and there by saving precious user time.

 
★ Like it but don't have time Stash it. 
★ Recalled something important archived article, access it with few clicks.
★ Forget opening different window for different works. Just Stash it in custom folders and access all tabs with bulk open feature. 
★ Synced inside your google account to provide you seamless experience across multiple devices.
★ Stop emailing yourself links
 
Now never loose your favourite articles, just use TabMan to quickly archive it.
 
GIVE ME A 5-STAR REVIEW
★★★★★
Genuinely enjoy the TabMan? Helped you save time at work? Support the me by giving us a great review!
 
 
SUPPORT & BUG REPORTING
https://github.com/intwalanayan/tabman/issues                    

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

ชื่อ TabMan TabMan
ID dhfjhapabfcbnekdcdcbobepdafdbecd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabman/dhfjhapabfcbnekdcdcbobepdafdbecd
คำอธิบาย Manage Tabs : Stash it, reopen it, organize into folders
ขนาดไฟล์ 386 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-05-19
วันที่เผยแพร่ 2020-05-19
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Nayan Intwala
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/intwalanayan/tabman
URL หน้าช่วยเหลือ https://github.com/intwalanayan/tabman/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabMan",
    "version": "1.0",
    "description": "Manage Tabs : Stash it, reopen it, organize into folders",
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png",
        "32": "icons\/icon_32.png",
        "16": "icons\/white_favicon.png"
    },
    "options_page": "\/views\/options.html",
    "browser_action": {
        "default_icon": "icons\/white_icon_128.png",
        "default_title": "TabMan"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "\/scripts\/jquery.min.js",
            "\/scripts\/view_helper.js",
            "\/scripts\/tab_helper.js",
            "\/scripts\/folder_helper.js",
            "\/scripts\/tab_manager.js",
            "\/scripts\/background.js"
        ]
    },
    "commands": {
        "right-tab": {
            "suggested_key": {
                "default": "Ctrl+Right",
                "mac": "Ctrl+Right"
            },
            "description": "Move to tab on the right."
        },
        "left-tab": {
            "suggested_key": {
                "default": "Ctrl+Left",
                "mac": "Ctrl+Left"
            },
            "description": "Move to tab on the left."
        },
        "go-back": {
            "suggested_key": {
                "default": "Ctrl+Down",
                "mac": "Ctrl+Down"
            },
            "description": "Browser back for current tab."
        },
        "go-next": {
            "suggested_key": {
                "default": "Ctrl+Up",
                "mac": "Ctrl+Up"
            },
            "description": "Browser forward for current tab."
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ]
}