GPXPlus Notifier

Get notifications from GPXPlus when you're offline.

Apa itu GPXPlus Notifier?

GPXPlus Notifier adalah ekstensi Chrome yang dikembangkan oleh http://gpxplus.net, dan fitur utamanya adalah "Get notifications from GPXPlus when you're offline.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi GPXPlus Notifier

Unduh file ekstensi GPXPlus Notifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama GPXPlus Notifier GPXPlus Notifier
ID bikgbcleglmoiiadddnnmmcekkfkhkdo
URL Resmi https://chrome.google.com/webstore/detail/gpxplus-notifier/bikgbcleglmoiiadddnnmmcekkfkhkdo
Deskripsi Get notifications from GPXPlus when you're offline.
Ukuran File 43.37 KB
Jumlah Instalasi 1,000
Versi Saat Ini 0.90
Terakhir Diperbarui 2016-11-25
Tanggal Publikasi 2016-11-25
Penilaian 4.77/5 Total 43 Penilaian
Pengembang http://gpxplus.net
Tipe Pembayaran free
Situs Ekstensi https://gpx.plus/
URL Halaman Bantuan https://gpx.plus/help/notifier
Bahasa yang Didukung 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
}