Reef Buddies

A marine friend in each new tab

Apa itu Reef Buddies?

Reef Buddies adalah ekstensi Chrome yang dikembangkan oleh the.reef.buddies, dan fitur utamanya adalah "A marine friend in each new tab".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Reef Buddies

Unduh file ekstensi Reef Buddies dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Reef Buddies Reef Buddies
ID pebcmofjckdobafhmhbihokmgiddkhaa
URL Resmi https://chrome.google.com/webstore/detail/reef-buddies/pebcmofjckdobafhmhbihokmgiddkhaa
Deskripsi A marine friend in each new tab
Ukuran File 761 KB
Jumlah Instalasi 42
Versi Saat Ini 1.0.10
Terakhir Diperbarui 2018-10-24
Tanggal Publikasi 2018-10-24
Penilaian 5.00/5 Total 3 Penilaian
Pengembang the.reef.buddies
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.facebook.com/buddiesofthereef/
URL Halaman Bantuan https://www.facebook.com/buddiesofthereef/
Bahasa yang Didukung 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"
    ]
}