Extension Control
Elementary extension manager. Compact design, no superfluous features.
Extension Control란 무엇입니까?
Extension Control은(는) luetage에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Elementary extension manager. Compact design, no superfluous features."입니다.
확장 프로그램 스크린샷
Extension Control 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension Control is a lightweight extension manager designed for those who want essential functionality in an aesthetically pleasing package. The streamlined feature set will enable you to limit resource consumption by letting you choose which extensions you want running at any given time. All from within the convenience of a single menu, that can be accessed directly on your address bar. The menu allows you to: * enable/disable extensions with a single click * get info on version, homepage and ID of an extension * hide selected extensions * execute an uninstall * access extension options Choose from 2 themes to better fit the various browser configurations available. You can also select the maximum width and the font size of the menu, so it can be as compact as you desire.
확장 프로그램 기본 정보
이름 | Extension Control |
ID | himccccaelhgphommckogopgpddngimf |
공식 URL | https://chromewebstore.google.com/detail/extension-control/himccccaelhgphommckogopgpddngimf |
설명 | Elementary extension manager. Compact design, no superfluous features. |
파일 크기 | 392 KB |
설치 횟수 | 2,746 |
현재 버전 | 0.68 |
최근 업데이트 | 2019-01-03 |
출시 날짜 | 2019-01-03 |
평점 | 4.42/5 총 33 개의 평점 |
개발자 | luetage |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/luetage/extension_control |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Extension Control", "short_name": "Ext_Control", "version": "0.68", "author": [ "luetage, sjudenim" ], "description": "Elementary extension manager. Compact design, no superfluous features.", "homepage_url": "https:\/\/github.com\/luetage\/extension_control", "permissions": [ "management", "storage" ], "options_ui": { "page": "options.html", "open_in_tab": true }, "web_accessible_resources": [ "icons\/icn16.png" ], "offline_enabled": true, "icons": { "16": "icons\/icn16.png", "48": "icons\/icn48.png", "128": "icons\/icn128.png" }, "browser_action": { "default_icon": { "16": "icons\/icn16.png", "24": "icons\/icn24.png", "38": "icons\/icn38.png" }, "default_popup": "theme_dark.html", "default_title": "Extension Control" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |