Extension Source Downloader

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

Extension Source Downloader क्या है?

Extension Source Downloader leocompson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download the source code for chrome extensions via toolbar popup in .zip or .crx formats."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Extension Source Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}