Tabox - Save and Share Tab Groups

Save your open tabs into collections and reopen them whenever you want in a single click!

ما هو Tabox - Save and Share Tab Groups؟

Tabox - Save and Share Tab Groups هو إضافة Chrome تم تطويرها بواسطة https://tabox.co، والميزة الرئيسية لها هي "Save your open tabs into collections and reopen them whenever you want in a single click!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Tabox - Save and Share Tab Groups

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

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

                        Tabox lets you save all open tabs in the current window to a "Collection".
You can click on the collection to open all tabs instantly!
The extension's export and import feature is especially useful for working teams that need to share list of work URLs.

Want to help support Tabox? Checkout our sponsorship page!
https://tabox.co/sponsorship/

Additional Features:
- Save all your open tabs and tab groups to a collection
- Allow auto updating of collections once you open them (enable in settings)
- Assign colors to collections for easier sorting and categorization
- Export / import collections
- Sync your collections across multiple devices using Google Drive
- Drag & Drop to rearrange your collections

Read more about how to use Tabox here: https://tabox.co/using-tabox

Website: http://tabox.co
Privacy: http://tabox.co/privacy                    

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

الاسم Tabox - Save and Share Tab Groups Tabox - Save and Share Tab Groups
ID bdbliblipiempfdkkkjohnecmeknnpoa
عنوان URL الرسمي https://chromewebstore.google.com/detail/tabox-save-and-share-tab/bdbliblipiempfdkkkjohnecmeknnpoa
الوصف Save your open tabs into collections and reopen them whenever you want in a single click!
حجم الملف 3.7 MB
عدد التثبيتات 32,489
النسخة الحالية 3.5.9
آخر تحديث 2023-09-14
تاريخ النشر 2020-06-10
تقييم 4.45/5 مجموع تقييمات 127
المطور https://tabox.co
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://tabox.co
عنوان صفحة المساعدة https://github.com/gilgold/tabox/issues
عنوان صفحة سياسة الخصوصية https://tabox.co/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "index.html",
        "default_title": "Save and share your tabs!"
    },
    "description": "Save your open tabs into collections and reopen them whenever you want in a single click!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 3,
    "name": "Tabox - Save and Share Tab Groups",
    "minimum_chrome_version": "89",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "commands": {
        "open-collection-1": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "Open the first collection in your list"
        },
        "open-collection-2": {
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "Command+Shift+2"
            },
            "description": "Open the 2nd collection in your list"
        },
        "open-collection-3": {
            "suggested_key": {
                "default": "Ctrl+Shift+3",
                "mac": "Command+Shift+3"
            },
            "description": "Open the 3rd collection in your list"
        },
        "open-collection-4": {
            "suggested_key": {
                "default": "Ctrl+Shift+4",
                "mac": "Command+Shift+4"
            },
            "description": "Open the 4th collection in your list"
        }
    },
    "sandbox": {
        "pages": [
            "deferedLoading.html"
        ]
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "storage",
        "sessions",
        "identity",
        "unlimitedStorage",
        "contextMenus",
        "system.display",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/www.googleapis.com\/",
        "https:\/\/oauth2.googleapis.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "api-keys.json"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "oauth2": {
        "client_id": "701423091804-t6v1r6mkl4jdptge49gb7sfstj4holfr.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.appdata",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgbFz4tW1ZT+Vmf+jMh5GJOLfHVI2UNoEDaqJKn0ZMC+9+9nePws++SBA9\/lkQFjTc9symjYrgkr389ZBsPAtLsGC1D099eVrPeADts3pWYn0KopJjXIMBxcqRmffC7VwpYYCxJ1olACQuE1WHRvjNX4J84xWwCLf7lV1dCjB+viNnRLp2VJ7xKDj6\/axdco2x9NVK8\/0qRlH1eGe3i956hV+u8DkhF9fgH0sKKQACgJRSUE1fF1Y+FvDZFw7EdYSFTAxSxOCblE+8dw5Kwr0edPd3hWRehTV0bawTW4CYyRVhiICW9UogmDpTCkAgXbhzc8sDjHDF96ChdPPQE8KkwIDAQAB",
    "version": "3.5.9"
}