Google™ Doodle Notifier

Get notifications for latest Google Doodles.

什么是Google™ Doodle Notifier?

Google™ Doodle Notifier是由BrowserNative开发的Chrome扩展程序,该扩展的主要功能是“Get notifications for latest Google Doodles.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Google™ Doodle Notifier Google™ Doodle Notifier
ID dalccgcljngbljfpohenpdejekpkgnfd
官方URL 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"
    }
}