Bounce
Share Links with Friends, Privately.
Bounceคืออะไร?
Bounce เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bounce-it.com และคุณลักษณะหลักของมันคือ "Share Links with Friends, Privately."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bounce
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |