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.”。
擴展截圖
下載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!
擴展基本資訊
名稱 | |
ID | bikgbcleglmoiiadddnnmmcekkfkhkdo |
官方網址 | 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 } |