Easy Link Share

Share web links which you browse, in social network

什么是Easy Link Share?

Easy Link Share是由Karthikeyan S开发的Chrome扩展程序,该扩展的主要功能是“Share web links which you browse, in social network”。

扩展截图

screenshot
screenshot

下载Easy Link Share扩展crx文件

下载Easy Link Share扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Easy Link Share Easy Link Share
ID hakifdnhlnognadcclbelgmfijhogcnn
官方URL https://chromewebstore.google.com/detail/easy-link-share/hakifdnhlnognadcclbelgmfijhogcnn
简介 Share web links which you browse, in social network
文件大小 116 KB
安装次数 117
当前版本 0.1
更新时间 2015-05-14
上架时间 2015-05-14
评分 4.63/5 共8次评分
开发者 Karthikeyan S
付费类型 free
支持的语言 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'"
}