Easy Link Share

Share web links which you browse, in social network

What is Easy Link Share?

Easy Link Share is a Chrome extension developed by Karthikeyan S, and its main feature is "Share web links which you browse, in social network".

Extension Screenshots

screenshot
screenshot

Download Easy Link Share Extension CRX File

Download Easy Link 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

                        For some of the web pages, share buttons may be missing; in that case, it is cumbersome to share the page. This little extension just helps to share any of the web pages. On top of that, this little extension, wouldn't collect users data or browsing data in the backend.                    

Extension Basic Information

Name Easy Link Share Easy Link Share
ID hakifdnhlnognadcclbelgmfijhogcnn
Official URL https://chromewebstore.google.com/detail/easy-link-share/hakifdnhlnognadcclbelgmfijhogcnn
Description Share web links which you browse, in social network
File Size 116 KB
Installation Count 117
Current Version 0.1
Last Updated 2015-05-14
Publish Date 2015-05-14
Rating 4.63/5 Total 8 Ratings
Developer Karthikeyan S
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Link Share",
    "short_name": "Link Share",
    "description": "Share web links which you browse, in social network",
    "version": "0.1",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/vendor\/angular.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "tab.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}