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 |
官方網址 | 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" } |