Google™ Doodle Notifier

Get notifications for latest Google Doodles.

O que é Google™ Doodle Notifier?

Google™ Doodle Notifier é uma extensão do Chrome desenvolvida por BrowserNative, e sua principal característica é "Get notifications for latest Google Doodles.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google™ Doodle Notifier

Baixe arquivos de extensão Google™ Doodle Notifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Google™ Doodle Notifier Google™ Doodle Notifier
ID dalccgcljngbljfpohenpdejekpkgnfd
URL Oficial https://chrome.google.com/webstore/detail/google-doodle-notifier/dalccgcljngbljfpohenpdejekpkgnfd
Descrição Get notifications for latest Google Doodles.
Tamanho do Arquivo 19.76 KB
Contagem de Instalações 209
Versão Atual 0.0.5
Última Atualização 2018-01-31
Data de Publicação 2018-01-31
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor BrowserNative
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://browsernative.com/extensions/?d
URL da Página de Ajuda http://browsernative.com/extensions/?d
URL da Página de Política de Privacidade https://browsernative.com/extensions-privacy-policy
Idiomas Suportados 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"
    }
}