TabMan

Save your tabs, organize and reload them whenever you like

TabManคืออะไร?

TabMan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gili yohanan และคุณลักษณะหลักของมันคือ "Save your tabs, organize and reload them whenever you like"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        You can save your favorite tabs and reload them whenever you like.
 Also you can place a timer to each tab or window so it deletes automaticaly from history.
TabSaver helps you to organize and manage your tabs and wondows.                    

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

ชื่อ TabMan TabMan
ID mjecgmidbglkbhhhbijalnpnbelnhgnh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabman/mjecgmidbglkbhhhbijalnpnbelnhgnh
คำอธิบาย Save your tabs, organize and reload them whenever you like
ขนาดไฟล์ 868 KB
จำนวนการติดตั้ง 83
เวอร์ชันปัจจุบัน 3.1.0
อัปเดตครั้งล่าสุด 2015-12-31
วันที่เผยแพร่ 2015-12-30
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา gili yohanan
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabMan",
    "description": "Save your tabs, organize and reload them whenever you like",
    "version": "3.1.0",
    "browser_action": {
        "default_title": "TabMan",
        "default_popup": "index.html"
    },
    "commands": {
        "arrange": {
            "suggested_key": {
                "default": "Alt+A",
                "windows": "Alt+A",
                "mac": "Alt+A"
            },
            "description": "arrange my tabs"
        },
        "split": {
            "suggested_key": {
                "default": "Alt+S",
                "windows": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "split window"
        },
        "merge": {
            "suggested_key": {
                "default": "Alt+M",
                "windows": "Alt+M",
                "mac": "Alt+M"
            },
            "description": "merge windows"
        },
        "past": {
            "suggested_key": {
                "default": "Alt+V",
                "windows": "Alt+V",
                "mac": "Alt+V"
            },
            "description": "past my tab"
        },
        "copy": {
            "description": "copy my tab"
        },
        "cut": {
            "description": "cut my tab"
        }
    },
    "icons": {
        "32": "1.png",
        "64": "1.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ]
}