Bounce

Share Links with Friends, Privately.

什么是Bounce?

Bounce是由https://bounce-it.com开发的Chrome扩展程序,该扩展的主要功能是“Share Links with Friends, Privately.”。

扩展截图

screenshot
screenshot

下载Bounce扩展crx文件

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

扩展使用说明

                        Bounce provides a quick and simple way to share your favorite content, including articles, videos, images from around the web to your friends, family and colleagues in a streamlined interface for both the sender and the receiver. Bounce eliminates the need to email links.                    

扩展基本信息

名称 Bounce Bounce
ID falgkginoepelacanocifgmkiljnkbhi
官方URL https://chromewebstore.google.com/detail/bounce/falgkginoepelacanocifgmkiljnkbhi
简介 Share Links with Friends, Privately.
文件大小 19.21 KB
安装次数 14
当前版本 1.0
更新时间 2015-01-03
上架时间 2015-01-03
开发者 https://bounce-it.com
付费类型 free
扩展官网 http://www.bounce-it.com
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bounce",
    "description": "Share Links with Friends, Privately.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "bounce.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "bounce.png",
        "48": "bounce.png",
        "128": "bounce.png"
    },
    "permissions": [
        "http:\/\/www.bounce-it.com\/",
        "tabs",
        "gcm",
        "storage"
    ]
}