Extension Manager
Extension Organizer is created disable all extensions by default, enable all extensions on all sites, or enable them on some sites.
Extension Manager란 무엇입니까?
Extension Manager은(는) amymurphey97에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension Organizer is created disable all extensions by default, enable all extensions on all sites, or enable them on some sites."입니다.
확장 프로그램 스크린샷
Extension Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ext Organizer is a one-of-a-kind tool designed to help users manage active extensions. Ext Organizer allows for the specification of certain extensions to be used on specific web pages and allows users to turn off or on all extensions for all pages. Ext Organizer makes it easier for working professionals and students to manage extension use.
확장 프로그램 기본 정보
이름 | |
ID | aikoefhdlgldhhnmojgbdcnoaangneaj |
공식 URL | https://chrome.google.com/webstore/detail/extension-manager/aikoefhdlgldhhnmojgbdcnoaangneaj |
설명 | Extension Organizer is created disable all extensions by default, enable all extensions on all sites, or enable them on some sites. |
파일 크기 | 50.7 KB |
설치 횟수 | 10,101 |
현재 버전 | 1.0.7 |
최근 업데이트 | 2022-12-02 |
출시 날짜 | 2022-12-02 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | amymurphey97 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://extorganizer.com |
개인정보 보호 정책 페이지 URL | https://extorganizer.com?a=privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "static\/icon-disabled.png", "default_popup": "html\/popup.html", "default_title": "Ext Organizer" }, "commands": { "_execute_action": [] }, "description": "Extension Organizer is created disable all extensions by default, enable all extensions on all sites, or enable them on some sites.", "homepage_url": "https:\/\/extorganizer.com\/", "icons": { "128": "static\/icon-disabled.png", "48": "static\/icon-48.png" }, "manifest_version": 3, "name": "Extension Manager", "permissions": [ "management", "storage", "tabs", "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.7" } |