Google™ Doodle Notifier
Get notifications for latest Google Doodles.
什麼是Google™ Doodle Notifier?
Google™ Doodle Notifier是由BrowserNative開發的Chrome擴展程式,該擴展的主要功能是“Get notifications for latest Google Doodles.”。
擴展截圖
下載Google™ Doodle Notifier擴展crx文件
下載Google™ Doodle Notifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | dalccgcljngbljfpohenpdejekpkgnfd |
官方網址 | https://chrome.google.com/webstore/detail/google-doodle-notifier/dalccgcljngbljfpohenpdejekpkgnfd |
簡介 | Get notifications for latest Google Doodles. |
檔案大小 | 19.76 KB |
安裝次數 | 209 |
目前版本 | 0.0.5 |
更新時間 | 2018-01-31 |
上架時間 | 2018-01-31 |
評分 | 3.00/5 共 2 次評分 |
開發者 | BrowserNative |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://browsernative.com/extensions/?d |
說明頁面URL | http://browsernative.com/extensions/?d |
隱私政策頁面URL | https://browsernative.com/extensions-privacy-policy |
支援的語言 | 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" } } |