FC Extension Manager
Create Groups of Extensions to quickly enable/disabled unused items!
FC Extension Manager란 무엇입니까?
FC Extension Manager은(는) https://freedcamp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create Groups of Extensions to quickly enable/disabled unused items!"입니다.
확장 프로그램 스크린샷
FC Extension Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Allows you to group your extensions and quickly enable/disable them by group! Create a group for each type of extension you use, then simply enable or disable all extensions in that group!
확장 프로그램 기본 정보
이름 | FC Extension Manager |
ID | bhbekjhijjdecacddfmfhkifikofenod |
공식 URL | https://chromewebstore.google.com/detail/fc-extension-manager/bhbekjhijjdecacddfmfhkifikofenod |
설명 | Create Groups of Extensions to quickly enable/disabled unused items! |
파일 크기 | 128 KB |
설치 횟수 | 35 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2020-01-30 |
출시 날짜 | 2020-01-30 |
평점 | 3.50/5 총 2 개의 평점 |
개발자 | https://freedcamp.com |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Create Groups of Extensions to quickly enable\/disabled unused items!", "version": "1.0.3", "name": "FC Extension Manager", "options_page": "options.html", "background": { "page": "background.html" }, "permissions": [ "management" ], "browser_action": { "default_popup": "popup.html", "default_icon": "icon-128.png" }, "icons": { "64": "icon-64.png", "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |