GPXPlus Notifier
Get notifications from GPXPlus when you're offline.
Vad är GPXPlus Notifier?
GPXPlus Notifier är en Chrome-tillägg utvecklad av http://gpxplus.net, och dess huvudfunktion är "Get notifications from GPXPlus when you're offline.".
Tilläggsskärmbilder
Ladda ner GPXPlus Notifier-förlängningens CRX-fil
Ladda ner GPXPlus Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | bikgbcleglmoiiadddnnmmcekkfkhkdo |
Officiell webbadress | https://chrome.google.com/webstore/detail/gpxplus-notifier/bikgbcleglmoiiadddnnmmcekkfkhkdo |
Beskrivning | Get notifications from GPXPlus when you're offline. |
Filstorlek | 43.37 KB |
Antal Installationer | 1,000 |
Aktuell Version | 0.90 |
Senast Uppdaterad | 2016-11-25 |
Publiceringsdatum | 2016-11-25 |
Betyg | 4.77/5 Totalt 43 Betyg |
Utvecklare | http://gpxplus.net |
Betalningssätt | free |
Tilläggswebbplats | https://gpx.plus/ |
Hjälpsida URL | https://gpx.plus/help/notifier |
Stödda Språk | 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 } |