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
官方網址 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'"
}