Reef Buddies
A marine friend in each new tab
What is Reef Buddies?
Reef Buddies is a Chrome extension developed by the.reef.buddies, and its main feature is "A marine friend in each new tab".
Extension Screenshots
Download Reef Buddies Extension CRX File
Download Reef Buddies extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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] .
Extension Basic Information
Name | |
ID | pebcmofjckdobafhmhbihokmgiddkhaa |
Official URL | https://chrome.google.com/webstore/detail/reef-buddies/pebcmofjckdobafhmhbihokmgiddkhaa |
Description | A marine friend in each new tab |
File Size | 761 KB |
Installation Count | 42 |
Current Version | 1.0.10 |
Last Updated | 2018-10-24 |
Publish Date | 2018-10-24 |
Rating | 5.00/5 Total 3 Ratings |
Developer | the.reef.buddies |
[email protected] | |
Payment Type | free |
Extension Website | https://www.facebook.com/buddiesofthereef/ |
Help Page URL | https://www.facebook.com/buddiesofthereef/ |
Supported Languages | 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" ] } |