Extensions switcher

Menu for quick extensions control

Extensions switcher란 무엇입니까?

Extensions switcher은(는) Anton에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Menu for quick extensions control"입니다.

확장 프로그램 스크린샷

screenshot

Extensions switcher 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Simple extension manager.

This extension allow quick enable/disable other extensiosns.
To create a new group, drag the icon for an extension up abroad, the current group.

Features include:
- enable, disable, uninstall extensions/apps;
- launch apps;
- ability to create extension groups;
- enable/disable extension groups in one click;
- quick and light for your browser.                    

확장 프로그램 기본 정보

이름 Extensions switcher Extensions switcher
ID mapmknaogodpakjopdhmdcilahbfbjpc
공식 URL https://chromewebstore.google.com/detail/extensions-switcher/mapmknaogodpakjopdhmdcilahbfbjpc
설명 Menu for quick extensions control
파일 크기 109 KB
설치 횟수 4,587
현재 버전 1.5.3
최근 업데이트 2019-06-08
출시 날짜 2019-06-08
평점 4.22/5 총 59 개의 평점
개발자 Anton
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/icon_19.png",
            "38": "assets\/icons\/icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "48": "assets\/icons\/icon_48.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "offline_enabled": true,
    "permissions": [
        "storage",
        "management"
    ],
    "name": "Extensions switcher",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.5.3"
}