Extension Extractor

Extract installed Extensions and Apps

Extension Extractor क्या है?

Extension Extractor Daniel Herr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extract installed Extensions and Apps"।

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

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

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

                        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 Extension Extractor
ID hmeclehlabdkeagnphboafolejbhelmf
आधिकारिक URL 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"
}