Extension Manager

Manage extensions, Quickly enable/disable, Support batching operation, Smart sorting. Fast, Simple and Secure.

Extension Manager란 무엇입니까?

Extension Manager은(는) Extension Manager에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage extensions, Quickly enable/disable, Support batching operation, Smart sorting. Fast, Simple and Secure."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        1. One Key fast enable/disable extension
2. Lightning Group: Quickly enable/disable extension groups according to the scene (except for locked or theme class extensions)
3. Smart Sort: intelligent sorting according to your frequency of use (default sort by name)
4. Right-click Menu: provides shortcut functions such as lock, uninstall, option configuration, home page, APP running, etc.
5. Smart Search: Quickly find the extension you need with keywords or phrases
6. Reminder: display the extended status in real time, remind reset after use, reduce resource consumption (except for locked or theme class extension)
7. View Selection: Provide list view and grid view, in line with user habits
8. Group management: general group and fixed group, flexible management
9. Extension Naming: Give your extension an alias you like
10. Automatic matching: You can turn extensions on and off according to different websites                    

확장 프로그램 기본 정보

이름 Extension Manager Extension Manager
ID gjldcdngmdknpinoemndlidpcabkggco
공식 URL https://chromewebstore.google.com/detail/extension-manager/gjldcdngmdknpinoemndlidpcabkggco
설명 Manage extensions, Quickly enable/disable, Support batching operation, Smart sorting. Fast, Simple and Secure.
파일 크기 362 KB
설치 횟수 180,352
현재 버전 9.5.1
최근 업데이트 2021-11-05
출시 날짜 2020-07-05
평점 4.40/5 총 988 개의 평점
개발자 Extension Manager
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://chrome.google.com/webstore/detail/extension-manager/gjldcdngmdknpinoemndlidpcabkggco/reviews
개인정보 보호 정책 페이지 URL https://extensions-manager.com/privacy.html
지원되는 언어 en,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extNameShort__",
    "version": "9.5.1",
    "default_locale": "en",
    "offline_enabled": true,
    "description": "__MSG_extDesr__",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon\/icon_19.png",
            "38": "assets\/icon\/icon_38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "management",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.googletagmanager.com http:\/\/localhost:8080 https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/s.union.360.cn; object-src 'self'",
    "options_page": "option.html",
    "icons": {
        "16": "assets\/icon\/icon_16.png",
        "32": "assets\/icon\/icon_32.png",
        "48": "assets\/icon\/icon_48.png",
        "128": "assets\/icon\/icon_128.png"
    }
}