GPXPlus Notifier

Get notifications from GPXPlus when you're offline.

Co je GPXPlus Notifier?

GPXPlus Notifier je rozšíření Chrome vyvinuté http://gpxplus.net, a jeho hlavní funkcí je „Get notifications from GPXPlus when you're offline.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření GPXPlus Notifier

Stáhněte si soubory rozšíření GPXPlus Notifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název GPXPlus Notifier GPXPlus Notifier
ID bikgbcleglmoiiadddnnmmcekkfkhkdo
Oficiální URL https://chrome.google.com/webstore/detail/gpxplus-notifier/bikgbcleglmoiiadddnnmmcekkfkhkdo
Popis Get notifications from GPXPlus when you're offline.
Velikost souboru 43.37 KB
Počet instalací 1,000
Aktuální Verze 0.90
Poslední Aktualizace 2016-11-25
Datum Vydání 2016-11-25
Hodnocení 4.77/5 Celkem 43 Hodnocení
Vývojář http://gpxplus.net
Typ Platby free
Webové stránky Rozšíření https://gpx.plus/
URL Stránky Nápovědy https://gpx.plus/help/notifier
Podporované Jazyky 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
}