Extension Exporter

Export name and URL of all installed extensions into an HTML file.

Extension Exporter क्या है?

Extension Exporter asheroto द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export name and URL of all installed extensions into an HTML file."।

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

screenshot
screenshot

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

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

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

                        ★ As of version 1.1.1, the HTML filename now includes the date ★

Extension Exporter is a Chrome extension designed to export the names and URLs of all your installed extensions into an HTML file. This extension is the reimagined edition of the previously available extension named 'Export links of all extensions', which was removed from the Chrome Web Store due to security concerns. This extension is fully open-source to ensure transparency and safety. The icon has also been redesigned from the original.

Features:
- Export installed extension names and URLs into an organized HTML file, with enabled and disabled extensions clearly separated
- Easy-to-use: just click the extension button at the top-right of your browser and the HTML file is generated instantly
- All code runs locally: extension does not make any connection to remote servers

Open Source:
This extension is fully open-source to ensure both transparency and security. You can view and even contribute to the source code by visiting our GitHub repository: https://github.com/asheroto/Extension-Exporter

Contributing Guidelines: 
We value community contributions and encourage you to get involved. For issues, feature requests, or code contributions, please visit our GitHub repository. 

- If you come across any issues, open a new issue on GitHub.
- To suggest new features, you can also submit an issue.
- If you wish to contribute code, we accept Pull Requests. Be sure to read our contributing guidelines for the required code style.

Detailed instructions on how to contribute can be found on our GitHub page. Thank you for helping to improve our Chrome extension.                    

एक्सटेंशन की मूल जानकारी

नाम Extension Exporter Extension Exporter
ID doikmfpjbcjjimnbablebijofdbgfepb
आधिकारिक URL https://chromewebstore.google.com/detail/extension-exporter/doikmfpjbcjjimnbablebijofdbgfepb
विवरण Export name and URL of all installed extensions into an HTML file.
फ़ाइल का आकार 15.41 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2024-02-08
प्रकाशन तिथि 2023-10-24
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर asheroto
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/asheroto/Extension-Exporter
सहायता पृष्ठ URL https://github.com/asheroto/Extension-Exporter/issues
समर्थित भाषाएँ en
manifest.json
{
    "action": {
        "default_icon": "img\/16.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Export name and URL of all installed extensions into an HTML file.",
    "homepage_url": "https:\/\/github.com\/asheroto\/Extension-Exporter",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "manifest_version": 3,
    "name": "Extension Exporter",
    "offline_enabled": true,
    "permissions": [
        "management"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1"
}