Tabber - Tab Organizer

Simplify your browsing by grouping unused tabs into organized groups

Tabber - Tab Organizerคืออะไร?

Tabber - Tab Organizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tabber.top และคุณลักษณะหลักของมันคือ "Simplify your browsing by grouping unused tabs into organized groups"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabber - Tab Organizer

ดาวน์โหลดไฟล์ส่วนขยาย Tabber - Tab Organizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tired of having a clutter of dozens of open tabs? Tabber is here for you!

Tabber is a revolutionary browser extension designed to streamline and enhance your online experience by offering a unique virtual browser-like interface for managing tabs. It allows users to effortlessly group and organize unused tabs into customizable virtual tab groups, providing a clutter-free and efficient browsing environment.

With Tabber, you can easily preview tabs through screenshots, synchronize your tab groups across devices for seamless access, and personalize your experience with a wide range of customization settings. It’s a simple and intuitive solution to the problem of tab clutter, allowing you to focus on what matters most.

TABBER FEATURES

★ Tab Groups
Organize tabs into customizable virtual groups, providing a clean and efficient environment for browsing.

★ Tab Previews
Preview tabs using screenshots, making navigation between tabs easier and seeing their context.

★ Tab Search
Easily find the tabs you need among the multitude.

★ Tab Sorting
Sort tabs by title, URL, or date. Tabs can also be automatically grouped by context.

★ Tab Sharing
Share your tab groups with others, enabling collaboration.

★ Data Sync and Backups
Sync your data across devices for uninterrupted access. Explore backup history as well.

★ Customization Settings
A wide range of settings allows convenient customization of the interface and functionality.

DATA PROTECTION & SAFETY

Our commitment is to deliver exceptional software without compromising your privacy. Cloud synchronization is performed only with your consent and is completely optional for the extension to work. We securely store your information in the cloud, ensuring that your work is both backed up and easily accessible from any location. Your data is exclusively yours, and we retain it solely to enhance your user experience.

Tabber adheres to the stringent SOC 2 Type II standards, undergoes annual third-party penetration tests, and employs top-tier 256-bit AES encryption and Transport Layer Security (HTTPS) protocols to thwart any unauthorized attempts to access your Tabber data.

CUSTOMER ASSISTANCE

Feel free to reach out to our support team at [email protected], and we'll respond promptly to address your inquiries.

FURTHER DETAILS

By installing the Tabber extension, you are in agreement with the Terms of Use (tabber.top/terms) and Privacy Policy (tabber.top/privacy) outlined by Tabber.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tabber - Tab Organizer Tabber - Tab Organizer
ID hoipoijgggmhbbkcpcadokopelmemmnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabber-tab-organizer/hoipoijgggmhbbkcpcadokopelmemmnc
คำอธิบาย Simplify your browsing by grouping unused tabs into organized groups
ขนาดไฟล์ 237 KB
จำนวนการติดตั้ง 53
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2024-02-10
วันที่เผยแพร่ 2024-01-05
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://tabber.top
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://tabber.top
URL หน้าช่วยเหลือ https://tabber.top/#contact
URL หน้านโยบายความเป็นส่วนตัว https://tabber.top/privacy
ภาษาที่รองรับ de,en,fr,tr,es,pt-PT,ru,uk,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.2.1",
    "author": "Neulen",
    "homepage_url": "https:\/\/tabber.top",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "__MSG_extension_default_title__",
        "default_area": "navbar"
    },
    "omnibox": {
        "keyword": "t"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "tabGroups",
        "contextMenus",
        "offscreen",
        "notifications",
        "scripting",
        "clipboardWrite"
    ],
    "optional_host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/*",
            "https:\/\/tabber.top\/*"
        ]
    },
    "commands": {
        "preserve-tab": {
            "description": "__MSG_preserve_tab__"
        },
        "preserve-tab-group": {
            "description": "__MSG_preserve_tab_group__"
        },
        "preserve-all": {
            "description": "__MSG_preserve_all_tabs__"
        },
        "sync-to-cloud": {
            "description": "__MSG_sync_to_cloud__"
        }
    }
}