Google™ Doodle Notifier

Get notifications for latest Google Doodles.

Co je Google™ Doodle Notifier?

Google™ Doodle Notifier je rozšíření Chrome vyvinuté BrowserNative, a jeho hlavní funkcí je „Get notifications for latest Google Doodles.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google™ Doodle Notifier

Stáhněte si soubory rozšíření Google™ Doodle Notifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Google™ Doodle Notifier Google™ Doodle Notifier
ID dalccgcljngbljfpohenpdejekpkgnfd
Oficiální URL https://chrome.google.com/webstore/detail/google-doodle-notifier/dalccgcljngbljfpohenpdejekpkgnfd
Popis Get notifications for latest Google Doodles.
Velikost souboru 19.76 KB
Počet instalací 209
Aktuální Verze 0.0.5
Poslední Aktualizace 2018-01-31
Datum Vydání 2018-01-31
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář BrowserNative
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://browsernative.com/extensions/?d
URL Stránky Nápovědy http://browsernative.com/extensions/?d
URL Stránky Zásad Ochrany Soukromí https://browsernative.com/extensions-privacy-policy
Podporované Jazyky 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"
    }
}