Extension Manager

Quickly enable or disable extensions. No Ads. No nonsense.

Extension Manager란 무엇입니까?

Extension Manager은(는) Michael Bazos에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly enable or disable extensions. No Ads. No nonsense."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        PRIVACY POLICY

Let's keep it short and simple.
This extension does not collect data.

DESCRIPTION

★ No ads. No data collection.

★ No more grammar checker enabled all the time with access permissions to your webpages and clipboard, while you only need it when you write one of those important emails.

★ When you switch off an extension with Extension Manager, it is *effectively off*, unlike when using the "Disable" or "Pause" mode that some extensions are offering. You can always switch them back on very fast. You decide.

★ Less extensions enabled means faster navigation.

CHANGELOG

v1.4.0

- Add the ability to search through extensions
- Add access to extensions options page
  - Settings icon is shown for active extensions which provide an option page
- Redesign browser action icon
  - This is to avoid confusion with the informational popup related to extensions, introduced in Google Chrome version 83                    

확장 프로그램 기본 정보

이름 Extension Manager Extension Manager
ID nddeiknmamlpagmnabfdlljlikeoanch
공식 URL https://chromewebstore.google.com/detail/extension-manager/nddeiknmamlpagmnabfdlljlikeoanch
설명 Quickly enable or disable extensions. No Ads. No nonsense.
파일 크기 132 KB
설치 횟수 3,901
현재 버전 1.4.0
최근 업데이트 2021-04-15
출시 날짜 2019-06-06
평점 4.47/5 총 38 개의 평점
개발자 Michael Bazos
이메일 [email protected]
결제 유형 free
지원되는 언어 en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.4.0",
    "permissions": [
        "management"
    ],
    "browser_action": {
        "default_icon": {
            "128": "icons\/webstore_128.png"
        },
        "default_title": "Extension Manager",
        "default_popup": "index.html"
    },
    "icons": {
        "48": "icons\/webstore_48.png",
        "128": "icons\/webstore_128.png"
    },
    "offline_enabled": true,
    "manifest_version": 2
}