Extension Source Downloader

Download the source code for chrome extensions via toolbar popup in .zip or .crx formats.

Extension Source Downloaderคืออะไร?

Extension Source Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย leocompson และคุณลักษณะหลักของมันคือ "Download the source code for chrome extensions via toolbar popup in .zip or .crx formats."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extension Source Downloader

ดาวน์โหลดไฟล์ส่วนขยาย Extension Source Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows you to download the source code for chrome extensions. Please open the toolbar popup and add a valid extension URL in the designated input field (top section). You can also navigate to the chrome web store, find an extension, and then open the toolbar popup. 

The URL for the active tab will be automatically inserted into the input field. Once the URL is added, the related extension ID will be extracted and written in the - Current extension ID - area. Now, please click on the - Download as CRX - or - Download as ZIP - buttons to start downloading the extension as ".zip" or ".crx" formats. Please note that the progress bar in the toolbar popup shows you the current progress for downloading the extension. Once downloading is done, the final file will be downloaded to the default download location on your machine.

If you have a feature request or found a bug to report, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/extension-source-downloader.html).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Extension Source Downloader Extension Source Downloader
ID dlbdalfhhfecaekoakmanjflmdhmgpea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/extension-source-download/dlbdalfhhfecaekoakmanjflmdhmgpea
คำอธิบาย Download the source code for chrome extensions via toolbar popup in .zip or .crx formats.
ขนาดไฟล์ 21.18 KB
จำนวนการติดตั้ง 10,672
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2023-11-20
วันที่เผยแพร่ 2020-11-23
คะแนน 4.07/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา leocompson
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/extension-source-downloader.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/extension-source-downloader.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "name": "Extension Source Downloader",
    "homepage_url": "https:\/\/mybrowseraddon.com\/extension-source-downloader.html",
    "description": "Download the source code for chrome extensions via toolbar popup in .zip or .crx formats.",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/clients2.google.com\/service\/update2\/crx*",
        "*:\/\/clients2.googleusercontent.com\/crx\/download\/*"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "downloads"
    ],
    "action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Extension Source Downloader",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}