Doodle Training, enhanced gui for doodle
Visual enhancement for doodle.com to plan your training. Expands all options, marks and summarizes the upcoming training.
What is Doodle Training, enhanced gui for doodle?
Doodle Training, enhanced gui for doodle is a Chrome extension developed by Stef Käser, and its main feature is "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 Extension CRX File
Download Doodle Training, enhanced gui for doodle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Visual enhancement for doodle.com to plan your training. Expands all options, marks and summarizes the upcoming training.
Extension Basic Information
Name | Doodle Training, enhanced gui for doodle |
ID | bmgelhbhpobgphbdoiabhpkhdiokkbil |
Official URL | https://chromewebstore.google.com/detail/doodle-training-enhanced/bmgelhbhpobgphbdoiabhpkhdiokkbil |
Description | Visual enhancement for doodle.com to plan your training. Expands all options, marks and summarizes the upcoming training. |
File Size | 16.61 KB |
Installation Count | 29 |
Current Version | 1.0.0.1 |
Last Updated | 2017-01-16 |
Publish Date | 2017-01-16 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Stef Käser |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |