Piball
Look in real time of the piball table in Nonnenstrasse 11d in Leipzig, in the Netresearch GmbH & Co. KG.
Piball란 무엇입니까?
Piball은(는) http://andrelademann.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Look in real time of the piball table in Nonnenstrasse 11d in Leipzig, in the Netresearch GmbH & Co. KG."입니다.
확장 프로그램 스크린샷
Piball 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows to view the current score at the foosball table at Netresearch GmbH & Co.KG. It is also possible to equip your own kicker table with sensors and then to use this extension for your own kicker. More informations can be found on our Foosball Github Website, see the link below. If you find any errors in this extension, or if you want to develop it further, please check out the "Support" tab.
확장 프로그램 기본 정보
이름 | |
ID | ejahllipniehmpdjkfjmhhadeeamdebh |
공식 URL | https://chrome.google.com/webstore/detail/piball/ejahllipniehmpdjkfjmhhadeeamdebh |
설명 | Look in real time of the piball table in Nonnenstrasse 11d in Leipzig, in the Netresearch GmbH & Co. KG. |
파일 크기 | 1000 KB |
설치 횟수 | 18 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2016-01-18 |
출시 날짜 | 2016-01-18 |
개발자 | http://andrelademann.de |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/vergissberlin/piball-clients |
도움말 페이지 URL | https://github.com/vergissberlin/piball-clients/issues |
지원되는 언어 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "Piball", "homepage_url": "https:\/\/github.com\/vergissberlin\/piball-clients", "version": "0.1.0", "version_name": "v0.1.0", "minimum_chrome_version": "39", "description": "__MSG_extDescription__", "author": "Andr\u00e9 Lademann", "default_locale": "en", "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'", "icons": { "16": "img\/icon\/16.png", "19": "img\/icon\/19.png", "48": "img\/icon\/48.png", "128": "img\/icon\/128.png" }, "browser_action": { "default_icon": "img\/icon\/19.png", "default_title": "__MSG_extName__", "default_popup": "src\/browser_action\/browser_action.html" }, "background": { "page": "src\/background\/background.html", "persistent": true }, "options_page": "src\/options_custom\/index.html", "offline_enabled": false, "permissions": [ "storage", "notifications" ] } |