Easy Share

Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.

What is Easy Share?

Easy Share is a Chrome extension developed by Cloudymedia.com, and its main feature is "Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.".

Extension Screenshots

screenshot
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

                        Use the icon of Easy Share in your address bar to popup a little window with the sharing services. Choose which ones you want, and click on Share. It's not rocket science, we don't ask permissions, we don't require registration, we don't put ads, we just popup each service with the URL to share the page and nothing else.
Supported services: Twitter, Facebook and Google+, Pinterest, Linkedin, Tumblr or Gmail.

NEW: Remembers the services selected in last session.                    

Extension Basic Information

Name Easy Share Easy Share
ID ogeflpmllfpecnnlkoifcolpcdpdojbd
Official URL https://chromewebstore.google.com/detail/easy-share/ogeflpmllfpecnnlkoifcolpcdpdojbd
Description Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.
File Size 133 KB
Installation Count 2,549
Current Version 1.8.1
Last Updated 2013-10-24
Publish Date 2013-10-24
Rating 4.36/5 Total 45 Ratings
Developer Cloudymedia.com
Payment Type free
Extension Website http://www.cloudymedia.com/easy-share/
Help Page URL https://github.com/emilioastarita/easy-share
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Share",
    "version": "1.8.1",
    "description": "Share the current link on: Twitter, Facebook Google+, Pinterest, Linkedin, Tumblr or Gmail. Just that simple.",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "take-screen.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_name": "Easy Share",
        "default_icon": "marker.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}