Extension Extractor
Extract installed Extensions and Apps
什么是Extension Extractor?
Extension Extractor是由Daniel Herr开发的Chrome扩展程序,该扩展的主要功能是“Extract installed Extensions and Apps”。
下载Extension Extractor扩展crx文件
下载Extension Extractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |