Bounce
Share Links with Friends, Privately.
Hvad er Bounce?
Bounce er en Chrome-udvidelse udviklet af https://bounce-it.com, og dens hovedfunktion er "Share Links with Friends, Privately.".
Udvidelsesskærmbilleder
Download Bounce-udvidelses-CRX-fil
Download Bounce-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | falgkginoepelacanocifgmkiljnkbhi |
Officiel URL | https://chromewebstore.google.com/detail/bounce/falgkginoepelacanocifgmkiljnkbhi |
Beskrivelse | Share Links with Friends, Privately. |
Filstørrelse | 19.21 KB |
Antal Installationer | 14 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-01-03 |
Udgivelsesdato | 2015-01-03 |
Udvikler | https://bounce-it.com |
Betalingsmetode | free |
Udvidelseswebsted | http://www.bounce-it.com |
Understøttede Sprog | 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" ] } |