Marble: Automatically Organized Tab Groups

Marble keeps your tabs organized by automatically grouping them by domain.

Marble: Automatically Organized Tab Groupsคืออะไร?

Marble: Automatically Organized Tab Groups เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mr Violets และคุณลักษณะหลักของมันคือ "Marble keeps your tabs organized by automatically grouping them by domain."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Marble: Automatically Organized Tab Groups

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

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

                        A cluttered browser can slow you down, with tabs scattered and hard to find. Marble tackles this by introducing automatic tab grouping. With Marble, your tabs are sorted into domain/subdomain-specific clusters, transforming a jumbled pile of tabs into an structured, easily navigable workspace.

Features

- Domain-Specific Organization: Marble’s auto-grouping system arranges tabs by their domain and subdomain for better browser management.
- Smart Tab Sorting: Each new tab is intelligently sorted with tabs of the same domain, simplifying tab navigation.
- Dynamic Group Colors: Tab groups visually match the color of the websites they contain.
- Flexible Grouping Control: Easily switch Marble’s tab organizer on or off to suit your browsing style.
- Custom Grouping Options: Control how your tab groups behave by customizing Marble's options.

Usage

Install Marble, and it immediately organizes your open tabs by domain. Access settings with a click on the Marble icon to adjust grouping preferences as desired.

Marble streamlines your web browsing by organizing tabs into domain/subdomain groups, helping you maintain a clean browser space and find tabs quickly. Install Marble and experience a clear, efficient tab management system.                    

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

ชื่อ Marble: Automatically Organized Tab Groups Marble: Automatically Organized Tab Groups
ID faadmipaelbkbdfjkfpiiomoplihjhdm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/marble-automatically-orga/faadmipaelbkbdfjkfpiiomoplihjhdm
คำอธิบาย Marble keeps your tabs organized by automatically grouping them by domain.
ขนาดไฟล์ 36.55 KB
จำนวนการติดตั้ง 627
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2023-12-23
วันที่เผยแพร่ 2023-08-22
คะแนน 4.90/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Mr Violets
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_EXT_NAME__",
    "description": "__MSG_EXT_DESCRIPTION__",
    "version": "1.2.2",
    "manifest_version": 3,
    "minimum_chrome_version": "89",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "tabGroups",
        "favicon",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_title": "__MSG_EXT_NAME_SHORT__",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "commands": {
        "group_all": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Groups all tabs now"
        }
    }
}