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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}