1-Click Extension Manager
Manage Chrome extension at the tip of your finger, with just 1-click.
1-Click Extension Manager란 무엇입니까?
1-Click Extension Manager은(는) milan.chheda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage Chrome extension at the tip of your finger, with just 1-click."입니다.
확장 프로그램 스크린샷
1-Click Extension Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple menu to enable, disable and access options of extensions in 1-click. Features included: - Enable/disable an extension in 1-click - Access options of an extension in 1-click - Uninstall an extension in 1-click - A handy search box that you can use to quickly find the extension you need to turn on or off. - No Ads - Simple, fast, and no background scripts - Keep your browser fast by disabling extensions that you won't use right away with just 1-click. For bugs, feedback, and suggestions, write to [email protected]
확장 프로그램 기본 정보
이름 | 1-Click Extension Manager |
ID | ohajmcdpjokbdoihfhkpbmlmknejmoec |
공식 URL | https://chromewebstore.google.com/detail/1-click-extension-manager/ohajmcdpjokbdoihfhkpbmlmknejmoec |
설명 | Manage Chrome extension at the tip of your finger, with just 1-click. |
파일 크기 | 41.46 KB |
설치 횟수 | 2,431 |
현재 버전 | 1.0 |
최근 업데이트 | 2016-06-18 |
출시 날짜 | 2016-06-17 |
평점 | 3.56/5 총 25 개의 평점 |
개발자 | milan.chheda |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "1-Click Extension Manager", "description": "Manage Chrome extension at the tip of your finger, with just 1-click.", "version": "1.0", "manifest_version": 2, "icons": { "128": "logo.png", "16": "logo.png" }, "permissions": [ "management" ], "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" } } |