Google™ Doodle Notifier

Get notifications for latest Google Doodles.

Vad är Google™ Doodle Notifier?

Google™ Doodle Notifier är en Chrome-tillägg utvecklad av BrowserNative, och dess huvudfunktion är "Get notifications for latest Google Doodles.".

Tilläggsskärmbilder

screenshot

Ladda ner Google™ Doodle Notifier-förlängningens CRX-fil

Ladda ner Google™ Doodle Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Google™ Doodle Notifier Google™ Doodle Notifier
ID dalccgcljngbljfpohenpdejekpkgnfd
Officiell webbadress https://chrome.google.com/webstore/detail/google-doodle-notifier/dalccgcljngbljfpohenpdejekpkgnfd
Beskrivning Get notifications for latest Google Doodles.
Filstorlek 19.76 KB
Antal Installationer 209
Aktuell Version 0.0.5
Senast Uppdaterad 2018-01-31
Publiceringsdatum 2018-01-31
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare BrowserNative
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://browsernative.com/extensions/?d
Hjälpsida URL http://browsernative.com/extensions/?d
URL till Sekretesspolicy Sidan https://browsernative.com/extensions-privacy-policy
Stödda Språk 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"
    }
}