Google™ Doodle Notifier

Get notifications for latest Google Doodles.

Co to jest Google™ Doodle Notifier?

Google™ Doodle Notifier to rozszerzenie Chrome opracowane przez BrowserNative, a jego główną funkcją jest „Get notifications for latest Google Doodles.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Google™ Doodle Notifier

Pobierz pliki rozszerzeń Google™ Doodle Notifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Google™ Doodle Notifier Google™ Doodle Notifier
ID dalccgcljngbljfpohenpdejekpkgnfd
Oficjalny URL https://chrome.google.com/webstore/detail/google-doodle-notifier/dalccgcljngbljfpohenpdejekpkgnfd
Opis Get notifications for latest Google Doodles.
Rozmiar pliku 19.76 KB
Liczba instalacji 209
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2018-01-31
Data Publikacji 2018-01-31
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper BrowserNative
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://browsernative.com/extensions/?d
Adres URL Strony Pomocy http://browsernative.com/extensions/?d
Adres URL Strony Polityki Prywatności https://browsernative.com/extensions-privacy-policy
Obsługiwane Języki 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"
    }
}