Reef Buddies
A marine friend in each new tab
什么是Reef Buddies?
Reef Buddies是由the.reef.buddies开发的Chrome扩展程序,该扩展的主要功能是“A marine friend in each new tab”。
扩展截图
下载Reef Buddies扩展crx文件
下载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" ] } |