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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/ |
도움말 페이지 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 } |