Google™ Doodle Notifier
Get notifications for latest Google Doodles.
Wat is Google™ Doodle Notifier?
Google™ Doodle Notifier is een Chrome-extensie ontwikkeld door BrowserNative, en de belangrijkste functie is "Get notifications for latest Google Doodles.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google™ Doodle Notifier
Download Google™ Doodle Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dalccgcljngbljfpohenpdejekpkgnfd |
Officiële URL | https://chrome.google.com/webstore/detail/google-doodle-notifier/dalccgcljngbljfpohenpdejekpkgnfd |
Beschrijving | Get notifications for latest Google Doodles. |
Bestandsgrootte | 19.76 KB |
Aantal Installaties | 209 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2018-01-31 |
Publicatiedatum | 2018-01-31 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | BrowserNative |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://browsernative.com/extensions/?d |
Help Pagina-URL | http://browsernative.com/extensions/?d |
URL van de Privacybeleid Pagina | https://browsernative.com/extensions-privacy-policy |
Ondersteunde Talen | 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" } } |