Easy share

Easily share current page to Google+, Facebook, Twitter, Tumblr or LinkedIn.

What is Easy share?

Easy share is a Chrome extension developed by Florian Bezagu, and its main feature is "Easily share current page to Google+, Facebook, Twitter, Tumblr or LinkedIn.".

Extension Screenshots

screenshot
screenshot

Download Easy share Extension CRX File

Download Easy 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 the current page your are browsing to your favorite social network without leaving your page !
Now supports Google+, Facebook, Twitter, Tumblr and LinkedIn !

1.2 @ 2013-09-25 :
 - Added GMail service

1.1 @ 2013-09-25 :
 - Updated font                    

Extension Basic Information

Name Easy share Easy share
ID fhgcpennmmpcjjnicfinhjiipabkhbik
Official URL https://chrome.google.com/webstore/detail/easy-share/fhgcpennmmpcjjnicfinhjiipabkhbik
Description Easily share current page to Google+, Facebook, Twitter, Tumblr or LinkedIn.
File Size 46.81 KB
Installation Count 272
Current Version 1.2
Last Updated 2013-09-25
Publish Date 2013-09-25
Rating 4.71/5 Total 7 Ratings
Developer Florian Bezagu
Payment Type free
Extension Website https://github.com/FlorianBezagu/chrome-easy-share
Help Page URL https://github.com/FlorianBezagu/chrome-easy-share/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy share",
    "description": "Easily share current page to Google+, Facebook, Twitter, Tumblr or LinkedIn.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}