Learn English with Youtube subtitles

The application converts subtitles into sentences with highlighting grammatical structures

Learn English with Youtube subtitlesคืออะไร?

Learn English with Youtube subtitles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://eng4.me และคุณลักษณะหลักของมันคือ "The application converts subtitles into sentences with highlighting grammatical structures"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Learn English with Youtube subtitles

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

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

                        We convert English subtitles from youtube videos into sentences, show the whole grammar, phrasal verbs, stable phrases in the sentence. Your vocabulary of English words + interval word training to learn them.                    

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

ชื่อ Learn English with Youtube subtitles Learn English with Youtube subtitles
ID kbpeagbddfkphnkphggbioocopckobmf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/learn-english-with-youtub/kbpeagbddfkphnkphggbioocopckobmf
คำอธิบาย The application converts subtitles into sentences with highlighting grammatical structures
ขนาดไฟล์ 26.71 KB
จำนวนการติดตั้ง 320
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-06-03
วันที่เผยแพร่ 2020-06-03
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://eng4.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://eng4.me
URL หน้าช่วยเหลือ https://www.facebook.com/f.eng4.me
ภาษาที่รองรับ en,fr,es,it,pt-BR,pt-PT,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}