Coursera Subtitle Re-sizer
Re-size Coursera Subtitle without developer mode.
Coursera Subtitle Re-sizerคืออะไร?
Coursera Subtitle Re-sizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rikimarutsui.blogspot.com และคุณลักษณะหลักของมันคือ "Re-size Coursera Subtitle without developer mode."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Coursera Subtitle Re-sizer
ดาวน์โหลดไฟล์ส่วนขยาย Coursera Subtitle Re-sizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Coursera Subtitle Re-sizer allows you can customize the Coursera Video Subtitle size you own and without using developer mode.
# version 0.1.1
# Modify the select list from 10% to 200% ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | beaolknhmdebnkigfhpbokboimicedna |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/coursera-subtitle-re-size/beaolknhmdebnkigfhpbokboimicedna |
| คำอธิบาย | Re-size Coursera Subtitle without developer mode. |
| ขนาดไฟล์ | 2.95 MB |
| จำนวนการติดตั้ง | 348 |
| เวอร์ชันปัจจุบัน | 0.1.1 |
| อัปเดตครั้งล่าสุด | 2018-07-27 |
| วันที่เผยแพร่ | 2018-07-26 |
| คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | https://rikimarutsui.blogspot.com |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://www.coursera.org/ |
| URL หน้าช่วยเหลือ | https://github.com/rikimarutsui/coursera-subtitle-chrome-extension |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Coursera Subtitle Re-sizer",
"version": "0.1.1",
"description": "Re-size Coursera Subtitle without developer mode.",
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": "img.png",
"default_popup": "popup.html"
},
"manifest_version": 2
} | |