Disable Extensions Temporarily
Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.
Disable Extensions Temporarily란 무엇입니까?
Disable Extensions Temporarily은(는) busterc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions."입니다.
확장 프로그램 스크린샷
Disable Extensions Temporarily 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Sometimes you just need to disable chrome extensions temporarily. This extension does just that, with one click. Even better, it remembers which extensions where previously enabled and will re-enable them again with just one click. Disable Extensions Temporarily is easy to use and free.
확장 프로그램 기본 정보
이름 | Disable Extensions Temporarily |
ID | lcfdefmogcogicollfebhgjiiakbjdje |
공식 URL | https://chromewebstore.google.com/detail/disable-extensions-tempor/lcfdefmogcogicollfebhgjiiakbjdje |
설명 | Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions. |
파일 크기 | 11.59 KB |
설치 횟수 | 47,464 |
현재 버전 | 1.1 |
최근 업데이트 | 2020-03-17 |
출시 날짜 | 2020-03-15 |
평점 | 3.76/5 총 337 개의 평점 |
개발자 | busterc |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Extensions Temporarily", "version": "1.1", "manifest_version": 2, "description": "Temporarily disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "img\/simple-icon-048.png", "default_title": "Toggle Extensions On\/Off" }, "icons": { "16": "img\/simple-icon-016.png", "48": "img\/icon-048.png", "128": "img\/icon-128.png" }, "permissions": [ "management" ] } |