Bounce
Share Links with Friends, Privately.
Vad är Bounce?
Bounce är en Chrome-tillägg utvecklad av https://bounce-it.com, och dess huvudfunktion är "Share Links with Friends, Privately.".
Tilläggsskärmbilder
Ladda ner Bounce-förlängningens CRX-fil
Ladda ner Bounce-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | falgkginoepelacanocifgmkiljnkbhi |
Officiell webbadress | https://chromewebstore.google.com/detail/bounce/falgkginoepelacanocifgmkiljnkbhi |
Beskrivning | Share Links with Friends, Privately. |
Filstorlek | 19.21 KB |
Antal Installationer | 14 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-01-03 |
Publiceringsdatum | 2015-01-03 |
Utvecklare | https://bounce-it.com |
Betalningssätt | free |
Tilläggswebbplats | http://www.bounce-it.com |
Stödda Språk | 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" ] } |