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.…

Что такое SG Dynamo Dresden - Leage Table?

SG Dynamo Dresden - Leage Table - это расширение Chrome, разработанное http://programmerq.eu, и его основная функция - "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.…".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения SG Dynamo Dresden - Leage Table

Скачайте файлы расширений SG Dynamo Dresden - Leage Table в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название SG Dynamo Dresden - Leage Table SG Dynamo Dresden - Leage Table
ID eheongncmapmandgblghoikgfaeofdeb
Официальный URL https://chrome.google.com/webstore/detail/sg-dynamo-dresden-blitzta/eheongncmapmandgblghoikgfaeofdeb
Описание 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.…
Размер файла 123 KB
Количество установок 26
Текущая Версия 1.0.6
Последнее Обновление 2015-11-26
Дата публикации 2015-11-26
Рейтинг 5.00/5 Всего 1 оценок
Разработчик http://programmerq.eu
Тип оплаты free
URL страницы помощи https://groups.google.com/forum/?fromgroups#!forum/programmerq
Поддерживаемые языки 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"
    }
}