Extension Source Download

Through a toolbar popup, you can download Chrome extension source code in .zip or.crx formats.

Extension Source Download là gì?

Extension Source Download là một tiện ích mở rộng Chrome được phát triển bởi https://www.downloadhub.cloud, và tính năng chính của nó là "Through a toolbar popup, you can download Chrome extension source code in .zip or.crx formats.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Extension Source Download 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

                        You can download the source code for Chrome extensions with the aid of this addon. To add a valid extension URL, open the toolbar popup and enter it in the corresponding input field (top section). You can also find an extension in the Chrome Web Store, open the toolbar popup after finding it, and then navigate there. The input field will be filled with the URL for the currently open tab. The associated extension ID will be extracted and entered in the - Current extension ID - section after the URL has been added. To begin downloading the extension in the.zip or.crx formats, please click the - Download as CRX - or - Download as ZIP - buttons. Please be aware that the toolbar popup's progress bar displays the extension's download status at any given time.

Features
1. Contains a toolbar popup with a field for adding extension URLs.
2. has the ability to download extensions in ZIP and CRX formats.
3. remembers the ID and URL of the last working Chrome extension.
4. available on all operating systems for the Chrome browser.
5. Very lite and easy to use Extension.
6. Free of charge download extension.                    

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

Tên Extension Source Download Extension Source Download
ID cdbblkdjkdlpgpcelfmdjgbmkcajolje
URL Chính Thức https://chromewebstore.google.com/detail/extension-source-download/cdbblkdjkdlpgpcelfmdjgbmkcajolje
Mô tả Through a toolbar popup, you can download Chrome extension source code in .zip or.crx formats.
Kích Thước Tệp 58.14 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-01-17
Ngày Phát Hành 2023-01-16
Nhà Phát Triển https://www.downloadhub.cloud
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.downloadhub.cloud/2023/01/extension.html
URL Trang Chính Sách Bảo Mật https://www.downloadhub.cloud/p/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Extension Source Download"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Through a toolbar popup, you can download Chrome extension source code in .zip or.crx formats.",
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/01\/extension.html",
    "host_permissions": [
        "*:\/\/clients2.google.com\/service\/update2\/crx*",
        "*:\/\/clients2.googleusercontent.com\/crx\/download\/*"
    ],
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "Extension Source Download",
    "permissions": [
        "storage",
        "activeTab",
        "downloads"
    ],
    "version": "1.2"
}