Reef Buddies

A marine friend in each new tab

Vad är Reef Buddies?

Reef Buddies är en Chrome-tillägg utvecklad av the.reef.buddies, och dess huvudfunktion är "A marine friend in each new tab".

Tilläggsskärmbilder

screenshot

Ladda ner Reef Buddies-förlängningens CRX-fil

Ladda ner Reef Buddies-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Reef Buddies Reef Buddies
ID pebcmofjckdobafhmhbihokmgiddkhaa
Officiell webbadress https://chrome.google.com/webstore/detail/reef-buddies/pebcmofjckdobafhmhbihokmgiddkhaa
Beskrivning A marine friend in each new tab
Filstorlek 761 KB
Antal Installationer 42
Aktuell Version 1.0.10
Senast Uppdaterad 2018-10-24
Publiceringsdatum 2018-10-24
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare the.reef.buddies
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.facebook.com/buddiesofthereef/
Hjälpsida URL https://www.facebook.com/buddiesofthereef/
Stödda Språk 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"
    ]
}