GPXPlus Notifier
Get notifications from GPXPlus when you're offline.
ما هو GPXPlus Notifier؟
GPXPlus Notifier هو إضافة Chrome تم تطويرها بواسطة http://gpxplus.net، والميزة الرئيسية لها هي "Get notifications from GPXPlus when you're offline.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GPXPlus Notifier
قم بتنزيل ملفات الامتداد GPXPlus Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | |
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/ |
عنوان صفحة المساعدة | 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 } |