Doodle Training, enhanced gui for doodle

Visual enhancement for doodle.com to plan your training. Expands all options, marks and summarizes the upcoming training.

Hvad er Doodle Training, enhanced gui for doodle?

Doodle Training, enhanced gui for doodle er en Chrome-udvidelse udviklet af Stef Käser, og dens hovedfunktion er "Visual enhancement for doodle.com to plan your training. Expands all options, marks and summarizes the upcoming training.".

Download Doodle Training, enhanced gui for doodle-udvidelses-CRX-fil

Download Doodle Training, enhanced gui for doodle-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Visual enhancement for doodle.com to plan your training. Expands all options, marks and summarizes the upcoming training.                    

Grundlæggende oplysninger om udvidelsen

Navn Doodle Training, enhanced gui for doodle Doodle Training, enhanced gui for doodle
ID bmgelhbhpobgphbdoiabhpkhdiokkbil
Officiel URL https://chromewebstore.google.com/detail/doodle-training-enhanced/bmgelhbhpobgphbdoiabhpkhdiokkbil
Beskrivelse Visual enhancement for doodle.com to plan your training. Expands all options, marks and summarizes the upcoming training.
Filstørrelse 16.61 KB
Antal Installationer 29
Nuværende Version 1.0.0.1
Senest Opdateret 2017-01-16
Udgivelsesdato 2017-01-16
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Stef Käser
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Doodle Training, enhanced gui for doodle",
    "description": "Visual enhancement for doodle.com to plan your training. Expands all options, marks and summarizes the upcoming training.",
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "version": "1.0.0.1",
    "author": "Stef K\u00e4ser",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/doodle.com\/*",
                "http:\/\/doodle.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}