Universal share
Share this page with all you want...
What is Universal share?
Universal share is a Chrome extension developed by Unknown, and its main feature is "Share this page with all you want...".
Extension Screenshots
Download Universal share Extension CRX File
Download Universal 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
Share or send a webpage anywhere you go on the web to different tools / website like : o Send by mail, gMail, Free mail (soon) o Share with Facebook, Google plus, Twitter, (Viadeo, Linkedin soon) o Display on Google mobilizer, Instapaper mobilizer, Readability o Convert to RSS via page2RSS o Add to feedly, Netvibes, The Old Reader o Add to My Yahoo (new feature will arrive later)
Extension Basic Information
Name | Universal share |
ID | paihghjbgnfoebjlepldifjmndmchnij |
Official URL | https://chromewebstore.google.com/detail/universal-share/paihghjbgnfoebjlepldifjmndmchnij |
Description | Share this page with all you want... |
File Size | 82.87 KB |
Installation Count | 455 |
Current Version | 0.23 |
Last Updated | 2013-10-18 |
Publish Date | 2013-10-18 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Universal share", "manifest_version": 2, "version": "0.23", "options_page": "page_options.html", "permissions": [ "tabs", "management" ], "description": "Share this page with all you want...", "icons": { "16": "share16.png", "19": "share19.png", "48": "share48.png", "128": "share128.png" }, "browser_action": { "default_icon": "share19.png", "default_popup": "popup.html", "default_title": "Share\/send with ..." } } |