Share Tools
Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.
What is Share Tools?
Share Tools is a Chrome extension developed by https://browsernative.com, and its main feature is "Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.".
Extension Screenshots
Download Share Tools Extension CRX File
Download Share Tools 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
Supports many popular sites and services. You can easily add your favorite site. Visit our homepage for details: https://browsernative.com/share-tools-extension/
Extension Basic Information
Name | Share Tools |
ID | pbbbcphofkjkmbadhjioamnnbphgeghd |
Official URL | https://chromewebstore.google.com/detail/share-tools/pbbbcphofkjkmbadhjioamnnbphgeghd |
Description | Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site. |
File Size | 101 KB |
Installation Count | 2,621 |
Current Version | 0.0.19 |
Last Updated | 2021-04-20 |
Publish Date | 2020-04-18 |
Rating | 4.89/5 Total 18 Ratings |
Developer | https://browsernative.com |
[email protected] | |
Payment Type | free |
Extension Website | https://browsernative.com/share-tools-extension/ |
Help Page URL | https://browsernative.com/share-tools-extension/ |
Privacy Policy Page URL | https://browsernative.com/extensions-privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "\/js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "static\/icon128.png", "default_title": "Share Tools", "default_popup": "\/html\/popup.html" }, "description": "Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.", "homepage_url": "https:\/\/browsernative.com\/share-tools-extension\/", "icons": { "128": "static\/icon128.png", "48": "static\/icon48.png" }, "manifest_version": 2, "name": "Share Tools", "version": "0.0.19", "permissions": [ "activeTab" ], "options_ui": { "page": "\/html\/options.html", "open_in_tab": true }, "web_accessible_resources": [ "html\/*.html" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+S" } } } } |