Export links of all extensions
Export name and url of all installed extensions in Google Chrome
What is Export links of all extensions?
Export links of all extensions is a Chrome extension developed by evgeniyarbuz18921, and its main feature is "Export name and url of all installed extensions in Google Chrome".
Extension Screenshots
Download Export links of all extensions Extension CRX File
Download Export links of all extensions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Export name and url of all installed extensions in Google Chrome Source code and bug tracker are available at https://github.com/gabrielbarros/export-all-extensions
Extension Basic Information
Name | |
ID | cmeckkgeamghjhkepejgjockldoblhcb |
Official URL | https://chrome.google.com/webstore/detail/export-links-of-all-exten/cmeckkgeamghjhkepejgjockldoblhcb |
Description | Export name and url of all installed extensions in Google Chrome |
File Size | 12.74 KB |
Installation Count | 14,159 |
Current Version | 1.7 |
Last Updated | 2023-01-02 |
Publish Date | 2020-08-13 |
Rating | 4.65/5 Total 88 Ratings |
Developer | evgeniyarbuz18921 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/gabrielbarros/export-all-extensions |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Export links of all extensions", "version": "1.7", "description": "Export name and url of all installed extensions in Google Chrome", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "offline_enabled": true, "action": { "default_icon": "img\/16.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "alarms", "declarativeNetRequest", "management" ] } |