Smarter Duo

This extension makes Duolingo's choice of practice more intelligent

Smarter Duoคืออะไร?

Smarter Duo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ippo และคุณลักษณะหลักของมันคือ "This extension makes Duolingo's choice of practice more intelligent"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smarter Duo

ดาวน์โหลดไฟล์ส่วนขยาย Smarter Duo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Smarter Duo Smarter Duo
ID haomnjjgbbhdekldmabddhnciffplcbn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/smarter-duo/haomnjjgbbhdekldmabddhnciffplcbn
คำอธิบาย This extension makes Duolingo's choice of practice more intelligent
ขนาดไฟล์ 18.79 KB
จำนวนการติดตั้ง 149
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2017-06-10
วันที่เผยแพร่ 2017-06-10
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Ippo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smarter Duo",
    "version": "0.1",
    "description": "This extension makes Duolingo's choice of practice more intelligent",
    "author": "Ippo",
    "icons": {
        "128": "book.png"
    },
    "browser_action": {
        "default_icon": "book.png",
        "default_popup": "popup.html",
        "default_title": "Start practice"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/www.duolingo.com\/api\/1\/"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}