Google™ Doodle Notifier

Get notifications for latest Google Doodles.

What is Google™ Doodle Notifier?

Google™ Doodle Notifier is a Chrome extension developed by BrowserNative, and its main feature is "Get notifications for latest Google Doodles.".

Extension Screenshots

screenshot

Download Google™ Doodle Notifier Extension CRX File

Download Google™ Doodle Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Google™ Doodle Notifier Google™ Doodle Notifier
ID dalccgcljngbljfpohenpdejekpkgnfd
Official URL https://chrome.google.com/webstore/detail/google-doodle-notifier/dalccgcljngbljfpohenpdejekpkgnfd
Description Get notifications for latest Google Doodles.
File Size 19.76 KB
Installation Count 209
Current Version 0.0.5
Last Updated 2018-01-31
Publish Date 2018-01-31
Rating 3.00/5 Total 2 Ratings
Developer BrowserNative
Email [email protected]
Payment Type free
Extension Website http://browsernative.com/extensions/?d
Help Page URL http://browsernative.com/extensions/?d
Privacy Policy Page URL https://browsernative.com/extensions-privacy-policy
Supported Languages 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"
    }
}