Google™ Doodle Notifier
Get notifications for latest Google Doodles.
Apa itu Google™ Doodle Notifier?
Google™ Doodle Notifier adalah ekstensi Chrome yang dikembangkan oleh BrowserNative, dan fitur utamanya adalah "Get notifications for latest Google Doodles.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google™ Doodle Notifier
Unduh file ekstensi Google™ Doodle Notifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | dalccgcljngbljfpohenpdejekpkgnfd |
URL Resmi | https://chrome.google.com/webstore/detail/google-doodle-notifier/dalccgcljngbljfpohenpdejekpkgnfd |
Deskripsi | Get notifications for latest Google Doodles. |
Ukuran File | 19.76 KB |
Jumlah Instalasi | 209 |
Versi Saat Ini | 0.0.5 |
Terakhir Diperbarui | 2018-01-31 |
Tanggal Publikasi | 2018-01-31 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | BrowserNative |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://browsernative.com/extensions/?d |
URL Halaman Bantuan | http://browsernative.com/extensions/?d |
URL Halaman Kebijakan Privasi | https://browsernative.com/extensions-privacy-policy |
Bahasa yang Didukung | 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" } } |