One Click Extensions Manager

View, enable, disable, remove your extensions with ease.

One Click Extensions Manager란 무엇입니까?

One Click Extensions Manager은(는) https://momane.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View, enable, disable, remove your extensions with ease."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        - Click the icon to show installed extensions
- Click extension name to enable/disable this extension
- Right click the extension name to uninstall the extension(with confirm)
- Disable all extensions with one clicking
- Enable all extensions with one clicking
- Open the extension's options page by clicking gear icon after it's name
- Type in the search area to search the extension quickly
- Press Ctrz+z(Windows) cmd+z(OSX) Super+z(Ubuntu) to UNDO options
- No Ads
- Simple, fast, no background scripts, never read or collect your personal data                    

확장 프로그램 기본 정보

이름 One Click Extensions Manager One Click Extensions Manager
ID pbgjpgbpljobkekbhnnmlikbbfhbhmem
공식 URL https://chromewebstore.google.com/detail/one-click-extensions-mana/pbgjpgbpljobkekbhnnmlikbbfhbhmem
설명 View, enable, disable, remove your extensions with ease.
파일 크기 53.05 KB
설치 횟수 34,371
현재 버전 23.7.26
최근 업데이트 2023-07-26
출시 날짜 2020-06-24
평점 4.48/5 총 145 개의 평점
개발자 https://momane.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/hankxdev/one-click-extensions-manager
도움말 페이지 URL https://github.com/hankxdev/one-click-extensions-manager
개인정보 보호 정책 페이지 URL https://github.com/hankxdev/one-click-extensions-manager/blob/master/privacy-policy.md
지원되는 언어 de,en,fr,tr,es,it,ru,iw,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "23.7.26",
    "manifest_version": 3,
    "homepage_url": "https:\/\/github.com\/hankxdev\/one-click-extensions-manager",
    "default_locale": "en",
    "permissions": [
        "management",
        "storage"
    ],
    "minimum_chrome_version": "110",
    "icons": {
        "16": "logo.png",
        "128": "logo.png"
    },
    "action": {
        "default_icon": "logo.png",
        "default_popup": "index.html?type=popup"
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": []
    }
}