Extension Extractor

Extract installed Extensions and Apps

Extension Extractor là gì?

Extension Extractor là một tiện ích mở rộng Chrome được phát triển bởi Daniel Herr, và tính năng chính của nó là "Extract installed Extensions and Apps".

Tải xuống tệp CRX của tiện ích mở rộng Extension Extractor

Tải xuống các tệp mở rộng Extension Extractor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Extension Extractor Extension Extractor
ID hmeclehlabdkeagnphboafolejbhelmf
URL Chính Thức https://chromewebstore.google.com/detail/extension-extractor/hmeclehlabdkeagnphboafolejbhelmf
Mô tả Extract installed Extensions and Apps
Kích Thước Tệp 6.02 KB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 2016.070
Cập Nhật Lần Cuối 2016-03-11
Ngày Phát Hành 2016-03-10
Nhà Phát Triển Daniel Herr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://danielherr.github.io
Ngôn Ngữ Được Hỗ Trợ 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"
}