Batch
Quickly enable/disable Google Chrome extensions
Co je Batch?
Batch je rozšíření Chrome vyvinuté Be Media, a jeho hlavní funkcí je „Quickly enable/disable Google Chrome extensions“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Batch
Stáhněte si soubory rozšíření Batch ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | kmjhjnhicgngoofhglfipeggdkalboib |
Oficiální URL | https://chrome.google.com/webstore/detail/batch/kmjhjnhicgngoofhglfipeggdkalboib |
Popis | Quickly enable/disable Google Chrome extensions |
Velikost souboru | 154 KB |
Počet instalací | 23 |
Aktuální Verze | 1.10.0 |
Poslední Aktualizace | 2024-02-19 |
Datum Vydání | 2020-10-03 |
Vývojář | Be Media |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.be.group |
URL Stránky Nápovědy | https://www.be.group/ |
URL Stránky Zásad Ochrany Soukromí | https://www.bemedia.com.au/privacy-policy |
Podporované Jazyky | 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'" } } |