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
官方網址 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"
    ]
}