Share Extensions
Export your favorite Google Chrome™ extensions as BBCode, HTML, Wiki, Markdown or text. Share extensions via Twitter, Google Mail™.
What is Share Extensions?
Share Extensions is a Chrome extension developed by http://printminion.com, and its main feature is "Export your favorite Google Chrome™ extensions as BBCode, HTML, Wiki, Markdown or text. Share extensions via Twitter, Google Mail™.".
Extension Screenshots
Download Share Extensions Extension CRX File
Download Share 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 your favorite Google Chrome™ extensions as: * BBCode * HTML * Wiki * Text * Markdown Share your favorite Google Chrome™ extensions via, Twitter, Google Mail™ Also you can directly enable/disable the extensions. Follow us on twitter: http://twitter.com/ShareExtensions Use the bug tracker for bug reporting: https://github.com/printminion/chromeExtensionsShare/issues Add your translation here: http://www.getlocalization.com/ChromeExtensionsShare What's new v 0.1.12 - migrated to manifest_version 3 v 0.1.10 - fixed dialog scrolling
Extension Basic Information
Name | |
ID | chdafcbnfkfenoeejpaeenpdamhmalhe |
Official URL | https://chrome.google.com/webstore/detail/share-extensions/chdafcbnfkfenoeejpaeenpdamhmalhe |
Description | Export your favorite Google Chrome™ extensions as BBCode, HTML, Wiki, Markdown or text. Share extensions via Twitter, Google Mail™. |
File Size | 24.81 MB |
Installation Count | 5,833 |
Current Version | 0.1.12 |
Last Updated | 2021-04-19 |
Publish Date | 2019-06-09 |
Rating | 4.04/5 Total 99 Ratings |
Developer | http://printminion.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/printminion/chromeExtensionsShare/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "version": "0.1.12", "manifest_version": 3, "description": "__MSG_ext_description__", "icons": { "19": "images\/icon19.png", "24": "images\/icon24.png", "64": "images\/icon64.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "default_locale": "en", "background": { "service_worker": "service_worker.js" }, "permissions": [ "management" ], "action": { "default_icon": { "19": "images\/icon19.png", "24": "images\/icon24.png", "64": "images\/icon64.png", "128": "images\/icon128.png", "256": "images\/icon256.png" } } } |