Bounce
Share Links with Friends, Privately.
Bounceとは何ですか?
Bounceはhttps://bounce-it.comによって開発されたChromeの拡張機能で、その主な機能は「Share Links with Friends, Privately.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
ID | falgkginoepelacanocifgmkiljnkbhi |
公式URL | 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" ] } |