Duolingo Image Hider
When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images.
Duolingo Image Hiderคืออะไร?
Duolingo Image Hider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dennis Vink และคุณลักษณะหลักของมันคือ "When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Duolingo Image Hider
ดาวน์โหลดไฟล์ส่วนขยาย Duolingo Image Hider ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Duolingo is a great way to learn new languages. However, the Duolingo website will show images to help you pick the right words. The duolingo image hider extension hides the helper images. You will see the words or phrases only, without a visual aid.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Duolingo Image Hider |
ID | hifbfmmbcjpoaopiebnldbemjloffofj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/duolingo-image-hider/hifbfmmbcjpoaopiebnldbemjloffofj |
คำอธิบาย | When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images. |
ขนาดไฟล์ | 46.83 KB |
จำนวนการติดตั้ง | 150 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2021-02-14 |
วันที่เผยแพร่ | 2021-02-14 |
ผู้พัฒนา | Dennis Vink |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Duolingo Image Hider", "version": "0.0.1", "browser_action": { "default_icon": "icon_128.png" }, "description": "When practicing languages at Duolingo, the website shows you images which give away the answer. This extension hides the images.", "author": "drvink.com", "homepage_url": "https:\/\/drvink.com", "content_scripts": [ { "matches": [ "*:\/\/duolingo.com\/skill\/*", "*:\/\/*.duolingo.com\/skill\/*" ], "js": [ "jquery-3.5.1.min.js", "content.js" ], "run_at": "document_end" } ], "icons": { "128": "icon_128.png" } } |