Bounce

Share Links with Friends, Privately.

Apa itu Bounce?

Bounce adalah ekstensi Chrome yang dikembangkan oleh https://bounce-it.com, dan fitur utamanya adalah "Share Links with Friends, Privately.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Bounce

Unduh file ekstensi Bounce dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Bounce Bounce
ID falgkginoepelacanocifgmkiljnkbhi
URL Resmi https://chromewebstore.google.com/detail/bounce/falgkginoepelacanocifgmkiljnkbhi
Deskripsi Share Links with Friends, Privately.
Ukuran File 19.21 KB
Jumlah Instalasi 14
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-01-03
Tanggal Publikasi 2015-01-03
Pengembang https://bounce-it.com
Tipe Pembayaran free
Situs Ekstensi http://www.bounce-it.com
Bahasa yang Didukung 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"
    ]
}