Share Helper
Helps to share title and url.
What is Share Helper?
Share Helper is a Chrome extension developed by mss2011c, and its main feature is "Helps to share title and url.".
Extension Screenshots
Download Share Helper Extension CRX File
Download Share Helper 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
"Share Helper" helps to share title and url. How to use 1.Click "Share Helper" icon to get title and url of current tab. 2.Click "copy to clipboard" to copy title and url.
Extension Basic Information
Name | Share Helper |
ID | pbaicnmajllojjjenolllikmiadmimfg |
Official URL | https://chromewebstore.google.com/detail/share-helper/pbaicnmajllojjjenolllikmiadmimfg |
Description | Helps to share title and url. |
File Size | 32.96 KB |
Installation Count | 24 |
Current Version | 1.3.0 |
Last Updated | 2021-09-11 |
Publish Date | 2016-01-27 |
Developer | mss2011c |
[email protected] | |
Payment Type | free |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.3.0", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "icons\/icon19.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "clipboardWrite" ] } |