SG Dynamo Dresden - Leage Table
Always to know where Dynamo! The Dynamo Table App shows you always see at a glance on which table position your team is up to date.…
Co je SG Dynamo Dresden - Leage Table?
SG Dynamo Dresden - Leage Table je rozšíření Chrome vyvinuté http://programmerq.eu, a jeho hlavní funkcí je „Always to know where Dynamo! The Dynamo Table App shows you always see at a glance on which table position your team is up to date.…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření SG Dynamo Dresden - Leage Table
Stáhněte si soubory rozšíření SG Dynamo Dresden - Leage Table ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Immer wissen, wo Dynamo steht! Die DynamoTabelle-App zeigt dir immer auf einen Blick, an welcher Tabellenposition deine Mannschaft aktuell steht. So kannst du live mitverfolgen, welche Auswirkungen die Spielbegegnungen der anderen Mannschaften auf die Platzierung der SG Dynamo Dresden e. V. haben. Mit dieser Chrome Extension hast Du jederzeit Zugriff auf die Live-Tabelle, ohne die aktuelle Webseite verlassen zu müssen. Dies ist eine Fan-App und wird nicht vom SG Dynamo Dresden e.V. betreut.
Základní Informace o Rozšíření
Název | |
ID | eheongncmapmandgblghoikgfaeofdeb |
Oficiální URL | https://chrome.google.com/webstore/detail/sg-dynamo-dresden-blitzta/eheongncmapmandgblghoikgfaeofdeb |
Popis | Always to know where Dynamo! The Dynamo Table App shows you always see at a glance on which table position your team is up to date.… |
Velikost souboru | 123 KB |
Počet instalací | 26 |
Aktuální Verze | 1.0.6 |
Poslední Aktualizace | 2015-11-26 |
Datum Vydání | 2015-11-26 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | http://programmerq.eu |
Typ Platby | free |
URL Stránky Nápovědy | https://groups.google.com/forum/?fromgroups#!forum/programmerq |
Podporované Jazyky | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "http:\/\/www.dynamo-dresden.de\/app\/blitztabelle.html", "version": "1.0.6", "minimum_chrome_version": "20", "description": "__MSG_extDescription__", "default_locale": "de", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "img\/icon\/16.png", "48": "img\/icon\/48.png", "128": "img\/icon\/128.png" }, "permissions": [ "http:\/\/*.dynamo-dresden.de\/" ], "browser_action": { "default_icon": "img\/icon\/19.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" } } |