Acid Tabs

Auto-Grouping Magic for your Tabs

Acid Tabs क्या है?

Acid Tabs jdhayford द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto-Grouping Magic for your Tabs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Acid Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Acid Tabs makes organizing tabs ridiculously easy by automatically grouping tabs together based on customizable rules.

🌟 Features

⚡ Live updating = Instant feedback
✳ Simple but powerful patterns for tab names
🌈 Customizable group colors
🔀 Rule based ordering of tab group layout
📁 Easy "Collapse All" groups button (or Alt + Shift + C)
📝 Bulk Edit Mode

Note: Acid Tabs is an open source extension. Github repo: https://github.com/jdhayford/acid-tabs-extension

IMPORTANT: If you are using an old version of chrome you will need to update your Chrome to version ~89 (check chrome://settings/help).

If you have any issues, requests or questions contact me at [email protected] or ping me on twitter: https://twitter.com/hayford_jack                    

एक्सटेंशन की मूल जानकारी

नाम Acid Tabs Acid Tabs
ID hgceopemmcmigbmhphbcgkeffommpjfc
आधिकारिक URL https://chromewebstore.google.com/detail/acid-tabs/hgceopemmcmigbmhphbcgkeffommpjfc
विवरण Auto-Grouping Magic for your Tabs
फ़ाइल का आकार 313 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 6.5.9
अंतिम अपडेट 2022-12-31
प्रकाशन तिथि 2021-03-30
रेटिंग 4.24/5 कुल 49 रेटिंग्स
डेवलपर jdhayford
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/jdhayford/acid-tabs-extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Auto-Grouping Magic for your Tabs",
    "version": "6.5.9",
    "manifest_version": 3,
    "name": "Acid Tabs",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "acid-32.png"
    },
    "icons": {
        "128": "acid-128.png"
    },
    "permissions": [
        "storage",
        "webNavigation",
        "tabs",
        "tabGroups"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "acid-128.png",
                "acid-32.png"
            ],
            "matches": []
        }
    ],
    "content_security_policy": {
        "extension-pages": "script-src 'self' https:\/\/fonts.googleapis.com\/* https:\/\/*.firebaseio.com; object-src 'self'"
    },
    "commands": {
        "toggle-collapse": {
            "suggested_key": {
                "default": "Alt+Shift+C"
            },
            "description": "Toggle collapse"
        }
    }
}