Extensions Manager

A snapshot based extensions manager, make it ease to enable/disable the extensions

Extensions Manager란 무엇입니까?

Extensions Manager은(는) sigoden에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A snapshot based extensions manager, make it ease to enable/disable the extensions"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        - Easy to enable/disable the extension
- Direct access to the option page of any extension
- Enable/disable all the extensions with one click
- Snapshot Management
  - Create: capture the state of chrome's current extensions as a snapshot, a restore point
  - Apply: choose a snapshot, restore the all extension's disable/enable state to that snapshot
  - Delete: clear the outdated snapshot
  - Undo: undo an accidental applying snapshot                    

확장 프로그램 기본 정보

이름 Extensions Manager Extensions Manager
ID bcjfhbahclaolcbkdkckdnnenfeakhbk
공식 URL https://chromewebstore.google.com/detail/extensions-manager/bcjfhbahclaolcbkdkckdnnenfeakhbk
설명 A snapshot based extensions manager, make it ease to enable/disable the extensions
파일 크기 237 KB
설치 횟수 24,065
현재 버전 1.1.0
최근 업데이트 2018-01-18
출시 날짜 2018-01-18
평점 3.87/5 총 31 개의 평점
개발자 sigoden
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/sigoden/chrome-extensions-manager
도움말 페이지 URL https://github.com/sigoden/chrome-extensions-manager/issues
지원되는 언어 en,zh-CN
manifest.json
{
    "name": "__MSG_manifest_app_name__",
    "description": "__MSG_manifest_app_description__",
    "version": "1.1.0",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "management",
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}