ULTIMATE Workona Tab Manager

ULTIMATE Workona Tab Manager , manage your tabs with ULTIMATE Workona Tab Manager

ما هو ULTIMATE Workona Tab Manager؟

ULTIMATE Workona Tab Manager هو إضافة Chrome تم تطويرها بواسطة Ali Kaan BAŞHAN، والميزة الرئيسية لها هي "ULTIMATE Workona Tab Manager , manage your tabs with ULTIMATE Workona Tab Manager".

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

screenshot

تحميل ملف CRX للإضافة ULTIMATE Workona Tab Manager

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

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

                        If you're someone who frequently works with multiple tabs open in your browser, you're likely familiar with the struggle of managing them all. Fortunately, there's an ultimate solution to this problem: Workona Tab Manager.

Workona is a popular tab manager that helps you keep your tabs organized and easily accessible. With Workona, you can save your tabs as workspaces, which are like folders for your tabs. This allows you to group related tabs together, such as all the tabs related to a specific project or task.

One of the great features of Workona is the ability to quickly switch between workspaces. This means you can easily switch from one project to another without having to search through all your open tabs. You can also use the search function to quickly find a specific tab within a workspace.

Another useful feature of Workona is the ability to save and restore your workspaces. This means you can easily pick up where you left off, even if you close your browser or restart your computer. You can also share your workspaces with others, making collaboration on projects much easier.

Overall, Workona is an ultimate tab manager that can greatly improve your productivity and organization when working with multiple tabs. So if you're tired of having too many tabs open and struggling to keep track of them all, give Workona a try and see how it can help you manage your tabs like a pro!                    

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

الاسم ULTIMATE Workona Tab Manager ULTIMATE Workona Tab Manager
ID bioaglielhadhkmcpimcaindjphcingb
عنوان URL الرسمي https://chromewebstore.google.com/detail/ultimate-workona-tab-mana/bioaglielhadhkmcpimcaindjphcingb
الوصف ULTIMATE Workona Tab Manager , manage your tabs with ULTIMATE Workona Tab Manager
حجم الملف 79.09 KB
عدد التثبيتات 100
النسخة الحالية 3.1.5
آخر تحديث 2023-05-09
تاريخ النشر 2023-05-08
المطور Ali Kaan BAŞHAN
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ULTIMATE Workona Tab Manager",
    "short_name": "Ultimate Workona",
    "version": "3.1.5",
    "minimum_chrome_version": "102",
    "description": "ULTIMATE Workona Tab Manager , manage your tabs with ULTIMATE Workona Tab Manager",
    "homepage_url": "https:\/\/workona.com\/0\/",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_96.png",
        "96": "images\/icon_96.png",
        "128": "images\/icon_128.png",
        "256": "images\/icon_256.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "32": "images\/bookmark_btn.png"
        },
        "default_title": "ULTIMATE Workona Tab Manager"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+D",
                "windows": "Alt+T"
            },
            "description": "Save current tab to workspace"
        },
        "manager": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "Switch workspace"
        },
        "switch": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Universal search"
        },
        "new": {
            "suggested_key": {
                "default": "Alt+N"
            },
            "description": "New workspace or doc"
        },
        "close": {
            "description": "Close workspace"
        },
        "search": {
            "description": "Open Workona"
        }
    },
    "permissions": [
        "contextMenus",
        "history",
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "system.memory",
        "tabGroups"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/workona.com\/*",
            "https:\/\/*.workona.com\/*"
        ]
    }
}