Reef Buddies
A marine friend in each new tab
Reef Buddiesคืออะไร?
Reef Buddies เป็นส่วนขยายของ Chrome ที่พัฒนาโดย the.reef.buddies และคุณลักษณะหลักของมันคือ "A marine friend in each new tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reef Buddies
ดาวน์โหลดไฟล์ส่วนขยาย Reef Buddies ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Reef buddies greet you every time you open a new tab. They swim and accompany you from tab to tab as you go web surfing. Pat them and they will be extra happy. Best of all, 100% of profits will be donated to the Australian Marine Conservation Society so you know you will be supporting a great cause in the process. We’re saving marine wildlife … one Chrome extension at a time. ------------------------------------------------------------------------------- Reef Buddies was created as part of the #Shehacks2018 hackathon run by Girl Geek Sydney by 4 dev and design girls residing in Sydney. For more information or to contact us, follow us on facebook ( https://www.facebook.com/buddiesofthereef ) or email us at [email protected] .
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pebcmofjckdobafhmhbihokmgiddkhaa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/reef-buddies/pebcmofjckdobafhmhbihokmgiddkhaa |
คำอธิบาย | A marine friend in each new tab |
ขนาดไฟล์ | 761 KB |
จำนวนการติดตั้ง | 42 |
เวอร์ชันปัจจุบัน | 1.0.10 |
อัปเดตครั้งล่าสุด | 2018-10-24 |
วันที่เผยแพร่ | 2018-10-24 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | the.reef.buddies |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.facebook.com/buddiesofthereef/ |
URL หน้าช่วยเหลือ | https://www.facebook.com/buddiesofthereef/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reef Buddies", "description": "A marine friend in each new tab", "version": "1.0.10", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "fav-icon.png" }, "icons": { "128": "fav-icon.png" }, "permissions": [ "activeTab" ] } |