Batch

Quickly enable/disable Google Chrome extensions

Batch क्या है?

Batch Be Media द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly enable/disable Google Chrome extensions"।

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

screenshot
screenshot
screenshot

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

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

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

                        The Batch extension allows you to quickly toggle ON or OFF your extensions. This has helped save hours and made switching browser extension sets very easy to do.

You can also create profiles that have different Chrome extensions assigned to them. This is great for example switching between front end developer tools and backend developer tools. 

There are a couple of quick action features at the top that allow you to switch profiles, visit your saved extensions dashboard and edit the settings and profiles very quickly.

Some example use cases:
Developers
Designers
Marketers & Advertisers
Work profile and home profile

The use cases stretch far beyond that but when I designed this extension is was mainly for switching profiles at speed.

This extension was designed to keep your browser clean and organised with profiles and to save you time. Enjoy using the Batch Chrome extension.                    

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

नाम Batch Batch
ID kmjhjnhicgngoofhglfipeggdkalboib
आधिकारिक URL https://chrome.google.com/webstore/detail/batch/kmjhjnhicgngoofhglfipeggdkalboib
विवरण Quickly enable/disable Google Chrome extensions
फ़ाइल का आकार 154 KB
स्थापना संख्या 23
वर्तमान संस्करण 1.10.0
अंतिम अपडेट 2024-02-19
प्रकाशन तिथि 2020-10-03
डेवलपर Be Media
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.be.group
सहायता पृष्ठ URL https://www.be.group/
गोपनीयता नीति पृष्ठ URL https://www.bemedia.com.au/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Batch",
    "version": "1.10.0",
    "manifest_version": 3,
    "description": "Quickly enable\/disable Google Chrome extensions",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": "images\/iconbar.png",
        "default_title": "Batch",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "js\/migration.js"
    },
    "options_page": "options.html",
    "permissions": [
        "management",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}