Custom Chrome - Extension Manager

A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab

Custom Chrome - Extension Manager란 무엇입니까?

Custom Chrome - Extension Manager은(는) Ciaran & Chris에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Custom Chrome - Extension Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab.

Make useful profiles which can turn on/off multiple extensions with one click. Have one for shopping which activates discount finding extensions or a profile for web developers who can activate colour palettes, debuggers, browser reloaders etc.                    

확장 프로그램 기본 정보

이름 Custom Chrome - Extension Manager Custom Chrome - Extension Manager
ID balnpimdnhfiodmodckhkgneejophhhm
공식 URL https://chromewebstore.google.com/detail/custom-chrome-extension-m/balnpimdnhfiodmodckhkgneejophhhm
설명 A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab
파일 크기 2.17 MB
설치 횟수 30,000
현재 버전 1.45
최근 업데이트 2020-02-21
출시 날짜 2020-02-21
평점 4.47/5 총 180 개의 평점
개발자 Ciaran & Chris
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom Chrome - Extension Manager",
    "author": "Ciaran & Chris",
    "description": "A beautiful Google Chrome extension manager to turn on\/off other extensions quickly and easily without leaving your current tab",
    "version": "1.45",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "management"
    ],
    "icons": {
        "16": "images\/googleCog16.png",
        "48": "images\/googleCog48.png",
        "128": "images\/googleCog128.png"
    },
    "browser_action": {
        "default_icon": "images\/googleCog128.png",
        "default_popup": "popup.html"
    },
    "short_name": "Custom Chrome"
}