Extension Extractor
Extract installed Extensions and Apps
Extension Extractor란 무엇입니까?
Extension Extractor은(는) Daniel Herr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract installed Extensions and Apps"입니다.
Extension Extractor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
In development beta software. Extraction is currently only available for apps with permission to write to files and folders and extensions with permission to manage downloads. Access the extraction menu by opening the developer tools and clicking the tab. Dev tools can be opened for any software by enabling dev mode on chrome://extensions, finding the item, and clicking an inspect view button.
확장 프로그램 기본 정보
이름 | Extension Extractor |
ID | hmeclehlabdkeagnphboafolejbhelmf |
공식 URL | https://chromewebstore.google.com/detail/extension-extractor/hmeclehlabdkeagnphboafolejbhelmf |
설명 | Extract installed Extensions and Apps |
파일 크기 | 6.02 KB |
설치 횟수 | 76 |
현재 버전 | 2016.070 |
최근 업데이트 | 2016-03-11 |
출시 날짜 | 2016-03-10 |
개발자 | Daniel Herr |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://danielherr.github.io |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Daniel Herr", "description": "Extract installed Extensions and Apps", "devtools_page": "devtools.html", "homepage_url": "https:\/\/danielherr.github.io", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "Extension Extractor", "offline_enabled": true, "permissions": [ "debugger", "downloads" ], "version": "2016.70", "version_name": "2016.070" } |