Piball

Look in real time of the piball table in Nonnenstrasse 11d in Leipzig, in the Netresearch GmbH & Co. KG.

Piball là gì?

Piball là một tiện ích mở rộng Chrome được phát triển bởi http://andrelademann.de, và tính năng chính của nó là "Look in real time of the piball table in Nonnenstrasse 11d in Leipzig, in the Netresearch GmbH & Co. KG.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Piball

Tải xuống các tệp mở rộng Piball dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Piball Piball
ID ejahllipniehmpdjkfjmhhadeeamdebh
URL Chính Thức https://chrome.google.com/webstore/detail/piball/ejahllipniehmpdjkfjmhhadeeamdebh
Mô tả Look in real time of the piball table in Nonnenstrasse 11d in Leipzig, in the Netresearch GmbH & Co. KG.
Kích Thước Tệp 1000 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2016-01-18
Ngày Phát Hành 2016-01-18
Nhà Phát Triển http://andrelademann.de
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/vergissberlin/piball-clients
URL Trang Trợ Giúp https://github.com/vergissberlin/piball-clients/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}