Tab Space

Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This…

ما هو Tab Space؟

Tab Space هو إضافة Chrome تم تطويرها بواسطة kosei28، والميزة الرئيسية لها هي "Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Tab Space

قم بتنزيل ملفات الامتداد Tab Space بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Workspace-based Window and Tab manager.

Tab Space is an easy-to-use workspace-based window and tab manager extension. This extension allows you to easily manage a large number of windows and tabs and save your time and memory.

Features:
- Save a window as a workspace
- Automatically save tabs in a workspace
- Quickly switch to the desired window
- Sort workspaces by drag and drop
- Show tabs in a workspace
- Count tabs in a workspace

Shortcut Keys:
- Alt + W: Open Tab Space
- Up Arrow and Down Arrow: Select a window or a workspace
- Left Arrow and Right Arrow: Select an opened window
- Enter: Switch to the selected window

Tab Space does not track or collect any of your data.

Developer:
- kosei28: https://twitter.com/kosei_28                    

معلومات أساسية عن التمديد

الاسم Tab Space Tab Space
ID haldijfdieafjhbgbfmpkolndlpkfoin
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab-space/haldijfdieafjhbgbfmpkolndlpkfoin
الوصف Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This…
حجم الملف 189 KB
عدد التثبيتات 25
النسخة الحالية 1.0.7
آخر تحديث 2022-06-23
تاريخ النشر 2022-05-08
المطور kosei28
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Space",
    "manifest_version": 3,
    "version": "1.0.7",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "build\/background.js"
    },
    "action": {
        "default_popup": "index.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    }
}