https://github.com/asheroto/extension-exporter
Chrome extension to export installed extension names and URLs to an HTML file. Reimagined edition of 'Export links of all extensions', now with enhanced security and a redesigned icon.
https://github.com/asheroto/extension-exporter
brave-extension chrome-extension chromium-extension edge-extension export exporter exporting extension html links list listing save
Last synced: 6 months ago
JSON representation
Chrome extension to export installed extension names and URLs to an HTML file. Reimagined edition of 'Export links of all extensions', now with enhanced security and a redesigned icon.
- Host: GitHub
- URL: https://github.com/asheroto/extension-exporter
- Owner: asheroto
- License: gpl-3.0
- Created: 2023-08-23T17:41:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-08T20:37:42.000Z (9 months ago)
- Last Synced: 2024-11-13T17:45:48.172Z (6 months ago)
- Topics: brave-extension, chrome-extension, chromium-extension, edge-extension, export, exporter, exporting, extension, html, links, list, listing, save
- Language: HTML
- Homepage: https://chromewebstore.google.com/detail/extension-exporter/doikmfpjbcjjimnbablebijofdbgfepb
- Size: 11.3 MB
- Stars: 35
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
https://github.com/asheroto/Extension-Exporter/assets/49938263/c348aceb-dfaa-4e33-a903-c5886fb9a342
[](https://github.com/asheroto/Extension-Exporter/releases)
[](https://github.com/asheroto/Extension-Exporter/releases)
[](https://chromewebstore.google.com/detail/extension-exporter/doikmfpjbcjjimnbablebijofdbgfepb)
[](https://github.com/asheroto/Extension-Exporter/releases)
[](https://github.com/sponsors/asheroto)![]()
# Extension Exporter
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 fully open-source to ensure transparency and safety.
## Stores
Available on both the [Chrome Web Store](https://chromewebstore.google.com/detail/extension-exporter/doikmfpjbcjjimnbablebijofdbgfepb) and [Microsoft Edge-Addons](https://microsoftedge.microsoft.com/addons/detail/extension-exporter/oejmelcbffojcocoodfdkkmmidolpeoo).
## Features
- **Export Installed Extensions**: Organize installed extension names and homepage URLs into an offline HTML file (no dependencies).
- **Local Execution**: All code runs locally without connecting to remote servers.
- **Easy-to-use**: Click the extension button to instantly generate the HTML file.
- **Cross-browser compatibility**: Currently functions on both Chrome and Edge browsers.
- **Separate Enabled and Disabled Extensions**: Clearly distinguish between enabled and disabled extensions.
- **CRX Download Links**: Includes download links (CRX) for each extension.
- **Text-only Listing**: Offers a text-based listing with both copy-to-clipboard functionality and a print option.
- **Toggle CRX Download**: Easily toggle visibility of CRX download icons.
- **Toggle Stats**: View extension stats using [Chrome-Stats.com](https://chrome-stats.com/) or [Edge-Stats.com](https://edge-stats.com/). These sites provide statistics on the usage, popularity, and ratings of Chrome and Edge extensions, aiding users in assessing their reliability and performance.
- **Toggle CRXcavator Report**: Access [CRXcavator](https://crxcavator.io/) reports for extensions, providing detailed security assessments, including information on the remote servers to which the extension connects, to evaluate the security risks associated with browser extensions.## Installation
This extension is available on the [Chrome Web Store](https://chrome.google.com/webstore/detail/extension-exporter/doikmfpjbcjjimnbablebijofdbgfepb). This is the recommended installation approach. Alternatively, you can install the CRX file in releases.
## Open Source
This extension is fully open-source to ensure both transparency and security. You can view and even contribute to the source code.
## 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](https://github.com/asheroto/Extension-Exporter/blob/main/CONTRIBUTING.md) for the required code style.Detailed instructions on how to contribute can be found on the [contributing guidelines](https://github.com/asheroto/Extension-Exporter/blob/main/CONTRIBUTING.md) page. Thank you for helping to improve our Chrome extension.
## Support
If you found this extension helpful and want to show your appreciation, consider making a small donation to the developer. Your support is greatly appreciated and helps keep the coffee flowing, allowing me to continue working on other cool projects like this!
[](https://www.buymeacoffee.com/asheroto)
## Rate and Feedback
If you enjoyed using this extension, please take a moment to [rate it on the Chrome Web Store](https://chrome.google.com/webstore/detail/extension-exporter/doikmfpjbcjjimnbablebijofdbgfepb).
For feature requests and bug reports, visit the [Issues](https://github.com/asheroto/Extension-Exporter/issues) tab.
## To-Do List
- [x] Add CRX downloads
- [x] Improve text-only listing
- [x] Add print button
- [x] Add copy to clipboard button
- [x] Improve page that opens when clicking on the icon
- [x] Work with [Edge Add-ons](https://microsoftedge.microsoft.com/addons/Microsoft-Edge-Extensions-Home)
- [ ] Switch to a table format?
- [ ] Include extension ID w/copy button
- [ ] Include extension description
- [ ] Automatically check extension risk status using API?
- [ ] Separate Apps from Extensions (issue [#4](https://github.com/asheroto/Extension-Exporter/issues/4))