Extensity
Quickly enable/disable Google Chrome extensions
Extensity란 무엇입니까?
Extensity은(는) https://sergiokas.github.io/Extensity에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly enable/disable Google Chrome extensions"입니다.
확장 프로그램 스크린샷
Extensity 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tired of having too many extensions in your toolbar? Try Extensity, the ultimate tool for lightning fast enabling and disabling all your extensions for Google Chrome. Just enable the extension when you want to use it, and disable when you want to get rid of it for a little while. You can also launch Chrome Apps right from the list. * Keep your browser lean and fast - disable extensions that you won't use right away. * Keep your toolbar clean. * Turn all extensions off (and back on) with a single click. * Quick switch between several extensions groups using the Profiles feature. * Allow your most important extensions to be always enabled. * Keep computers in sync with Chrome Cloud Storage support. * Ideal companion for extensions collectors. Follow us in Twitter: https://twitter.com/ExtensityChrome Website: http://sergiokas.github.com/Extensity/ Extensity is free software. Full source code at GitHub https://github.com/sergiokas/Extensity
확장 프로그램 기본 정보
이름 | Extensity |
ID | jjmflmamggggndanpgfnpelongoepncg |
공식 URL | https://chromewebstore.google.com/detail/extensity/jjmflmamggggndanpgfnpelongoepncg |
설명 | Quickly enable/disable Google Chrome extensions |
파일 크기 | 164 KB |
설치 횟수 | 352,594 |
현재 버전 | 1.11.0 |
최근 업데이트 | 2021-11-25 |
출시 날짜 | 2019-02-20 |
평점 | 4.80/5 총 1637 개의 평점 |
개발자 | https://sergiokas.github.io/Extensity |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sergiokas.github.io/Extensity/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extensity", "version": "1.11.0", "manifest_version": 2, "description": "Quickly enable\/disable Google Chrome extensions", "options_page": "options.html", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/iconbar.png", "default_title": "Extensity", "default_popup": "index.html" }, "background": { "scripts": [ "js\/migration.js" ], "persistent": false }, "permissions": [ "management", "storage" ] } |