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
官方URL 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"
    }
}