Doodle Training, enhanced gui for doodle

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

Doodle Training, enhanced gui for doodleとは何ですか?

Doodle Training, enhanced gui for doodleはStef Käserによって開発されたChromeの拡張機能で、その主な機能は「Visual enhancement for doodle.com to plan your training. Expands all options, marks and summarizes the upcoming training.」です。

Doodle Training, enhanced gui for doodle拡張機能のCRXファイルをダウンロード

Doodle Training, enhanced gui for doodle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Doodle Training, enhanced gui for doodle Doodle Training, enhanced gui for doodle
ID bmgelhbhpobgphbdoiabhpkhdiokkbil
公式URL https://chromewebstore.google.com/detail/doodle-training-enhanced/bmgelhbhpobgphbdoiabhpkhdiokkbil
説明 Visual enhancement for doodle.com to plan your training. Expands all options, marks and summarizes the upcoming training.
ファイルサイズ 16.61 KB
インストール数 29
現在のバージョン 1.0.0.1
最終更新日 2017-01-16
公開日 2017-01-16
評価 5.00/5 合計 2 レビュー
開発者 Stef Käser
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}