Gaia Online Notifications
Get the notifications from your Gaia Online.
Gaia Online Notifications란 무엇입니까?
Gaia Online Notifications은(는) daPhyre에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the notifications from your Gaia Online."입니다.
확장 프로그램 스크린샷
Gaia Online Notifications 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Check your Gaia Online notifications with just one click! OPTIONS: -Where do you want to go? The main page? To the forums? Directly to zOMG!? You decide where to go in Gaia Online when clicking on the badge! -Do you update your gaia page every two minutes to see if you have any notifications, or you just get there a couple times a day? Select how frequently you want the extension to check your new messages. -Are you busy anywhere else but need to know if there are new notifications? This sound and desktop notifications will surely get your attention! Questions? Suggestions? Problems? Contact the developer at [email protected]
확장 프로그램 기본 정보
이름 | Gaia Online Notifications |
ID | pechmpkpmlknmnckjpigiefbdbmnkopd |
공식 URL | https://chromewebstore.google.com/detail/gaia-online-notifications/pechmpkpmlknmnckjpigiefbdbmnkopd |
설명 | Get the notifications from your Gaia Online. |
파일 크기 | 26.78 KB |
설치 횟수 | 68 |
현재 버전 | 0.8.1 |
최근 업데이트 | 2014-04-08 |
출시 날짜 | 2014-04-07 |
개발자 | daPhyre |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gaia Online Notifications", "version": "0.8.1", "manifest_version": 2, "description": "Get the notifications from your Gaia Online.", "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Gaia Online Notifications", "default_icon": "icon.png" }, "web_accessible_resources": [ "icon48.png" ], "permissions": [ "tabs", "notifications", "http:\/\/www.gaiaonline.com\/", "https:\/\/www.gaiaonline.com\/" ], "optional_permissions": [ "background" ] } |