Google™ Doodle Notifier

Get notifications for latest Google Doodles.

Cos'è Google™ Doodle Notifier?

Google™ Doodle Notifier è un'estensione di Chrome sviluppata da BrowserNative, e la sua funzione principale è "Get notifications for latest Google Doodles.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google™ Doodle Notifier

Scarica i file di estensione Google™ Doodle Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Google™ Doodle Notifier Google™ Doodle Notifier
ID dalccgcljngbljfpohenpdejekpkgnfd
URL Ufficiale https://chrome.google.com/webstore/detail/google-doodle-notifier/dalccgcljngbljfpohenpdejekpkgnfd
Descrizione Get notifications for latest Google Doodles.
Dimensione del File 19.76 KB
Conteggio Installazioni 209
Versione Corrente 0.0.5
Ultimo Aggiornamento 2018-01-31
Data di Pubblicazione 2018-01-31
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore BrowserNative
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://browsernative.com/extensions/?d
URL della Pagina di Aiuto http://browsernative.com/extensions/?d
URL della Pagina della Politica sulla Privacy https://browsernative.com/extensions-privacy-policy
Lingue Supportate 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"
    }
}