GPXPlus Notifier

Get notifications from GPXPlus when you're offline.

GPXPlus Notifierとは何ですか?

GPXPlus Notifierはhttp://gpxplus.netによって開発されたChromeの拡張機能で、その主な機能は「Get notifications from GPXPlus when you're offline.」です。

拡張機能のスクリーンショット

screenshot
screenshot

GPXPlus Notifier拡張機能のCRXファイルをダウンロード

GPXPlus Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple extension to get notifications from GPXPlus.net, even when you're offline.  Find out if your eggs are ready to hatch or if your Vs. Seeker battle is done and much more without having to lift a finger!

Requires an account on GPXPlus.net/GTSPlus.net to use.  GPXPlus is a fun and free way to adopt, raise and collect Pokemon, and much more!                    

拡張機能の基本情報

名前 GPXPlus Notifier GPXPlus Notifier
ID bikgbcleglmoiiadddnnmmcekkfkhkdo
公式URL https://chrome.google.com/webstore/detail/gpxplus-notifier/bikgbcleglmoiiadddnnmmcekkfkhkdo
説明 Get notifications from GPXPlus when you're offline.
ファイルサイズ 43.37 KB
インストール数 1,000
現在のバージョン 0.90
最終更新日 2016-11-25
公開日 2016-11-25
評価 4.77/5 合計 43 レビュー
開発者 http://gpxplus.net
支払い方法 free
拡張機能のウェブサイト https://gpx.plus/
ヘルプページのURL https://gpx.plus/help/notifier
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPXPlus Notifier",
    "version": "0.90",
    "description": "Get notifications from GPXPlus when you're offline.",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.gpx.plus\/*"
            ],
            "css": [
                "hidenotification.css"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/*.gpx.plus\/*",
        "notifications"
    ],
    "options_page": "options.html",
    "manifest_version": 2
}