Simple Share

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

什么是Simple Share?

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

扩展截图

screenshot
screenshot

下载Simple Share扩展crx文件

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

扩展使用说明

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

This extension contains no ads and no tracking. Credits go to Andy Wagner for the original extension.

I have added Reddit as an additional service and can add several other services if required.                    

扩展基本信息

名称 Simple Share Simple Share
ID pogmhkgpgojoolbdonmccgnnmfopelka
官方URL https://chromewebstore.google.com/detail/simple-share/pogmhkgpgojoolbdonmccgnnmfopelka
简介 Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.
文件大小 23.64 KB
安装次数 687
当前版本 2.1.2
更新时间 2013-11-26
上架时间 2013-11-26
评分 4.71/5 共7次评分
开发者 Nachiket Vartak
付费类型 free
扩展官网 http://www.emergentnoise.com
支持的语言 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "sharethis-19.png",
        "default_popup": "popup.html",
        "default_title": "Share"
    },
    "description": "Share web pages, images, and links with Facebook, Twitter, Reddit, Google+, email, and Kindle.",
    "icons": {
        "128": "sharethis-128.png",
        "16": "sharethis-16.png",
        "48": "sharethis-48.png"
    },
    "manifest_version": 2,
    "name": "Simple Share",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.2"
}