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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Look in real time of the piball table in Nonnenstrasse 11d in Leipzig, in the Netresearch GmbH & Co. KG."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Piball एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम Piball Piball
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"
    ]
}