Share everything!

Share ALL the things!

什麼是Share everything!?

Share everything!是由arktiv.site開發的Chrome擴展程式,該擴展的主要功能是“Share ALL the things!”。

擴展截圖

screenshot
screenshot
screenshot

下載Share everything!擴展crx文件

下載Share everything!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Share links, images, videos and webpages to
Facebook,
Twitter,
Google+,
Tumblr,
Email,
Pinterest,
LinkedIn and
Reddit.

Right click on the item you'd like to share and look for the share icon to use

Uses SharingButton.io Javascript free buttons to prevent tracking

Source: https://github.com/arktiv/share-everything/                    

擴展基本資訊

名稱 Share everything! Share everything!
ID nmgiigccgaijbodjfomheejjlcdgdhhp
官方網址 https://chromewebstore.google.com/detail/share-everything/nmgiigccgaijbodjfomheejjlcdgdhhp
簡介 Share ALL the things!
檔案大小 13.25 KB
安裝次數 13
目前版本 1.0
更新時間 2018-11-02
上架時間 2018-11-02
開發者 arktiv.site
電子郵箱 [email protected]
付費類型 free
擴展官網 https://arktiv.site/extensions/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share everything!",
    "description": "Share ALL the things!",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "shareeverything.js"
            ],
            "css": [
                "shareeverything.css"
            ],
            "matches": [
                ""
            ],
            "all_frames": false
        }
    ],
    "icons": {
        "32": "icons\/32x32.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    }
}