DoubleTedder
Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.
DoubleTedderคืออะไร?
DoubleTedder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hrak24 และคุณลักษณะหลักของมันคือ "Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DoubleTedder
ดาวน์โหลดไฟล์ส่วนขยาย DoubleTedder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Learn whole phrases from TED.
- Show subtitle of your language along with English subtitle at once.
- Auto-stop at the end of phrases so you can look into the subtitles.
- Backward 3s / 1 phrase by button or keyboard to repeat phrases you missed. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fegapncdamjhcaofcobgedeppgdhpled |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/doubletedder/fegapncdamjhcaofcobgedeppgdhpled |
| คำอธิบาย | Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again. |
| ขนาดไฟล์ | 14.02 KB |
| จำนวนการติดตั้ง | 1,256 |
| เวอร์ชันปัจจุบัน | 1.0.2 |
| อัปเดตครั้งล่าสุด | 2017-07-24 |
| วันที่เผยแพร่ | 2017-07-24 |
| คะแนน | 4.57/5 รวมทั้งหมด 7 คะแนน |
| ผู้พัฒนา | hrak24 |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DoubleTedder",
"version": "1.0.2",
"description": "Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.",
"content_scripts": [
{
"matches": [
"https:\/\/www.ted.com\/*"
],
"js": [
"doubleTedder.js"
]
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.htm",
"default_icon": "icon.png"
},
"permissions": [
"tabs",
"https:\/\/www.ted.com\/*"
],
"icons": {
"128": "icon.png"
}
} | |