Batch
Quickly enable/disable Google Chrome extensions
Batch란 무엇입니까?
Batch은(는) Be Media에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly enable/disable Google Chrome extensions"입니다.
확장 프로그램 스크린샷
Batch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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'" } } |