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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
    ]
}