Online-go.com Notifications
Shows how many games waiting for you
Online-go.com Notifications란 무엇입니까?
Online-go.com Notifications은(는) Alexander Hasselbach에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows how many games waiting for you"입니다.
Online-go.com Notifications 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds OGS icons with inforamtion about current active games: * how many active games * how many games is waiting for your reaction You need to be authenticated at online-go.com for this extension is working.
확장 프로그램 기본 정보
이름 | Online-go.com Notifications |
ID | npjhhihdmebkcbdahkpgpemfijpmdojb |
공식 URL | https://chromewebstore.google.com/detail/online-gocom-notification/npjhhihdmebkcbdahkpgpemfijpmdojb |
설명 | Shows how many games waiting for you |
파일 크기 | 364 KB |
설치 횟수 | 37 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2016-10-18 |
출시 날짜 | 2016-10-18 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | Alexander Hasselbach |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "manifest_version": 2, "default_locale": "en", "version": "1.1.0", "background": { "scripts": [ "javascript\/background.js" ], "persistent": false }, "permissions": [ "notifications", "https:\/\/online-go.com\/" ], "browser_action": { "default_icon": { "16": "images\/ogs-16.png", "32": "images\/ogs-32.png", "48": "images\/ogs-48.png", "64": "images\/ogs-64.png", "128": "images\/ogs-128.png" }, "default_title": "__MSG_title__" }, "icons": { "16": "images\/ogs-16.png", "32": "images\/ogs-32.png", "48": "images\/ogs-48.png", "64": "images\/ogs-64.png" } } |