Just Share
Android style sharing.
What is Just Share?
Just Share is a Chrome extension developed by Eyal Shalev, and its main feature is "Android style sharing.".
Extension Screenshots
Download Just Share Extension CRX File
Download Just Share 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
With Just Share you can do just that. This Extension provides you with large links and absolutely no options or ads (Yack!). Clicking on the button will open the popup window with currently only 4 sharing options. Tweet, Email, Share to Facebook & Send via Facebook (more will come later. Have fun and Enjoy.
Extension Basic Information
Name | |
ID | fmjhfiffdmgoofbejddcgedconkifhjn |
Official URL | https://chromewebstore.google.com/detail/just-share/fmjhfiffdmgoofbejddcgedconkifhjn |
Description | Android style sharing. |
File Size | 342 KB |
Installation Count | 115 |
Current Version | 1.0.1 |
Last Updated | 2013-06-16 |
Publish Date | 2013-06-16 |
Developer | Eyal Shalev |
Payment Type | free |
Extension Website | https://plus.google.com/communities/106009259860450742359 |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Just Share", "version": "1.0.1", "manifest_version": 2, "description": "Android style sharing.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "64": "icon_64.png", "128": "icon_128.png", "256": "icon_256.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |