Tab Grouper

Find and manage your tabs easier.

ما هو Tab Grouper؟

Tab Grouper هو إضافة Chrome تم تطويرها بواسطة https://alexzran.com، والميزة الرئيسية لها هي "Find and manage your tabs easier.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Helps you with:
  Browse all tabs opened.
  Click to jump to a tab.
  Select and smart grouping all tabs by website.
  Bookmark selected tabs in a folder and close them.

Feedback here!: https://airtable.com/shr13uwuvCmGz3tBT
Roadmap: https://chrome-tab-grouper.notion.site/                    

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

الاسم Tab Grouper Tab Grouper
ID dkiignmfiekgmokkmnpgohpcdolellbn
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab-grouper/dkiignmfiekgmokkmnpgohpcdolellbn
الوصف Find and manage your tabs easier.
حجم الملف 9.62 KB
عدد التثبيتات 50
النسخة الحالية 0.0.0.6
آخر تحديث 2023-01-16
تاريخ النشر 2022-02-28
تقييم 5.00/5 مجموع تقييمات 1
المطور https://alexzran.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://chrome-tab-grouper.notion.site/
عنوان صفحة المساعدة https://airtable.com/shr13uwuvCmGz3tBT
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Grouper",
    "description": "Find and manage your tabs easier.",
    "version": "0.0.0.6",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "bookmarks",
        "tabGroups"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon.png",
            "32": "\/images\/icon.png",
            "48": "\/images\/icon.png",
            "128": "\/images\/icon.png"
        }
    },
    "icons": {
        "16": "\/images\/icon.png",
        "32": "\/images\/icon.png",
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    }
}