Google™ Doodle Notifier
Get notifications for latest Google Doodles.
Was ist Google™ Doodle Notifier?
Google™ Doodle Notifier ist eine Chrome-Erweiterung, die von BrowserNative entwickelt wurde, und ihr Hauptmerkmal ist "Get notifications for latest Google Doodles.".
Erweiterungsscreenshots
Google™ Doodle Notifier-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google™ Doodle Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dalccgcljngbljfpohenpdejekpkgnfd |
Offizielle URL | https://chrome.google.com/webstore/detail/google-doodle-notifier/dalccgcljngbljfpohenpdejekpkgnfd |
Beschreibung | Get notifications for latest Google Doodles. |
Dateigröße | 19.76 KB |
Installationsanzahl | 209 |
Aktuelle Version | 0.0.5 |
Letztes Update | 2018-01-31 |
Veröffentlichungsdatum | 2018-01-31 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | BrowserNative |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://browsernative.com/extensions/?d |
Hilfeseite URL | http://browsernative.com/extensions/?d |
URL der Datenschutzrichtlinien-Seite | https://browsernative.com/extensions-privacy-policy |
Unterstützte Sprachen | 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" } } |