Google™ Doodle Notifier

Get notifications for latest Google Doodles.

Что такое Google™ Doodle Notifier?

Google™ Doodle Notifier - это расширение Chrome, разработанное BrowserNative, и его основная функция - "Get notifications for latest Google Doodles.".

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

screenshot

Скачать файл CRX расширения Google™ Doodle Notifier

Скачайте файлы расширений Google™ Doodle Notifier в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Get notifications for latest Google Doodles.

Have any suggestion or feedback? Email us at [email protected], or visit http://browsernative.com/extensions/.


Created by BrowserNative. Not affiliated with Google. Doesn't track your browsing activities etc.                    

Основная информация о расширении

Название Google™ Doodle Notifier Google™ Doodle Notifier
ID dalccgcljngbljfpohenpdejekpkgnfd
Официальный URL https://chrome.google.com/webstore/detail/google-doodle-notifier/dalccgcljngbljfpohenpdejekpkgnfd
Описание Get notifications for latest Google Doodles.
Размер файла 19.76 KB
Количество установок 209
Текущая Версия 0.0.5
Последнее Обновление 2018-01-31
Дата публикации 2018-01-31
Рейтинг 3.00/5 Всего 2 оценок
Разработчик BrowserNative
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://browsernative.com/extensions/?d
URL страницы помощи http://browsernative.com/extensions/?d
URL страницы политики конфиденциальности https://browsernative.com/extensions-privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google\u2122 Doodle Notifier",
    "description": "Get notifications for latest Google Doodles.",
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "https:\/\/www.google.com\/"
    ],
    "version": "0.0.5",
    "homepage_url": "https:\/\/browsernative.com\/extensions\/?d",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "See Latest Google Doodle"
    }
}