Reef Buddies

A marine friend in each new tab

什麼是Reef Buddies?

Reef Buddies是由the.reef.buddies開發的Chrome擴展程式,該擴展的主要功能是“A marine friend in each new tab”。

擴展截圖

screenshot

下載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] .                    

擴展基本資訊

名稱 Reef Buddies Reef Buddies
ID pebcmofjckdobafhmhbihokmgiddkhaa
官方網址 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"
    ]
}