Idiots with Idioms

Powered by Ọc Ọc

Idiots with Idiomsคืออะไร?

Idiots with Idioms เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ọc Ọc และคุณลักษณะหลักของมันคือ "Powered by Ọc Ọc"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Idiots with Idioms

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

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

                        An extension that helps you to learn English better with idioms.

Formerly an English teacher at an education center, I realized from the interaction with my students that they learned faster and remembered better when English is made more interesting. For example, getting them to guess what the phrase ‘let the cat out of the bag’ means gets more attention and “cuter” than merely telling them its meaning is ‘revealing a secret’.

I also found that much time is wasted when people making search something with Google and wait for the results or making search one by one on the internet for definition and use of idioms.

This is the reason why I have created this extension which shows randomly an idiom, its meaning and example whenever people open a new tab. I strongly believe this extension will help and make it more interesting for many users to learn English, especially those where English is not their first language.

P/s: Dear all my Vietnamese friends, stay tune for the next version of this extension, it's a secret but let me reveal you guys a hint: "How is that idiom can be said in Vietnamese idiom?"                    

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

ชื่อ Idiots with Idioms Idiots with Idioms
ID lfjbbgdkogjkmkhdcnjeipnmceenjjhi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/idiots-with-idioms/lfjbbgdkogjkmkhdcnjeipnmceenjjhi
คำอธิบาย Powered by Ọc Ọc
ขนาดไฟล์ 185 KB
จำนวนการติดตั้ง 959
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2021-10-05
วันที่เผยแพร่ 2021-10-04
คะแนน 5.00/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา Ọc Ọc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.linkedin.com/in/duc-huy-nguyen-huu-605200197/
URL หน้าช่วยเหลือ https://github.com/Jayjaynoplays
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Idiots with Idioms",
    "description": "Powered by \u1eccc \u1eccc",
    "version": "0.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "iwi.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "iwi.html"
    },
    "icons": {
        "16": ".\/images\/logo_16.png",
        "32": ".\/images\/logo_32.png",
        "48": ".\/images\/logo_48.png",
        "128": ".\/images\/logo_128.png"
    },
    "browser_action": {
        "default_icon": ".\/images\/logo_16.png"
    }
}