Reef Buddies

A marine friend in each new tab

Что такое Reef Buddies?

Reef Buddies - это расширение Chrome, разработанное the.reef.buddies, и его основная функция - "A marine friend in each new tab".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Reef Buddies

Скачайте файлы расширений 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
Официальный 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"
    ]
}