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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stef Käser และคุณลักษณะหลักของมันคือ "Visual enhancement for doodle.com to plan your training. Expands all options, marks and summarizes the upcoming training."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Doodle Training, enhanced gui for doodle

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}