Bounce

Share Links with Friends, Privately.

Wat is Bounce?

Bounce is een Chrome-extensie ontwikkeld door https://bounce-it.com, en de belangrijkste functie is "Share Links with Friends, Privately.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Bounce

Download Bounce-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bounce Bounce
ID falgkginoepelacanocifgmkiljnkbhi
Officiële URL https://chromewebstore.google.com/detail/bounce/falgkginoepelacanocifgmkiljnkbhi
Beschrijving Share Links with Friends, Privately.
Bestandsgrootte 19.21 KB
Aantal Installaties 14
Huidige Versie 1.0
Laatst Bijgewerkt 2015-01-03
Publicatiedatum 2015-01-03
Ontwikkelaar https://bounce-it.com
Betalingswijze free
Extensiewebsite http://www.bounce-it.com
Ondersteunde Talen 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"
    ]
}