Share with Facebook, Twitter, Google+, Email

Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.

什么是Share with Facebook, Twitter, Google+, Email?

Share with Facebook, Twitter, Google+, Email是由Andy Zett开发的Chrome扩展程序,该扩展的主要功能是“Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.”。

扩展截图

screenshot
screenshot
screenshot

下载Share with Facebook, Twitter, Google+, Email扩展crx文件

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

扩展使用说明

                        Use this extension to share a web page, an image, or a link with other people using Facebook, Twitter, Google+, email (whether your email client or Gmail), or send it to your Kindle for later reading.

Google Apps domains are supported.

This extension has been optimized for lightweight, performance, and privacy. In contrast to many similar extensions, it uses no background resources (you can verify this with Chrome's built-in task manager) and no tracking software (Google Analytics, etc.).                    

扩展基本信息

名称 Share with Facebook, Twitter, Google+, Email Share with Facebook, Twitter, Google+, Email
ID cjhmhnomplgoidnkjdacpmpccmaplnmk
官方URL https://chromewebstore.google.com/detail/share-with-facebook-twitt/cjhmhnomplgoidnkjdacpmpccmaplnmk
简介 Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.
文件大小 18.56 KB
安装次数 10,000
当前版本 3.0
更新时间 2018-03-11
上架时间 2018-03-11
评分 4.47/5 共210次评分
开发者 Andy Zett
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Share with Facebook, Twitter, Google+, Email",
    "description": "Share web pages, images, and links with Facebook, Twitter, Google+, email, and Kindle.",
    "version": "3.0",
    "browser_action": {
        "default_icon": "sharethis-19.png",
        "default_title": "Share",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "16": "sharethis-16.png",
        "48": "sharethis-48.png",
        "128": "sharethis-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}