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
Eメール [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"
    }
}