Skillshare Dual Subtitles - Subttl Translator
Subtitle translator for Skillshare. Displays bilingual subtitles.
Skillshare Dual Subtitles - Subttl Translatorคืออะไร?
Skillshare Dual Subtitles - Subttl Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://subtrans.cc และคุณลักษณะหลักของมันคือ "Subtitle translator for Skillshare. Displays bilingual subtitles."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skillshare Dual Subtitles - Subttl Translator
ดาวน์โหลดไฟล์ส่วนขยาย Skillshare Dual Subtitles - Subttl Translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🎯 Skillshare Dual Subtitles is a Skillshare subtitle translator. It extends the original Skillshare Subtitle into bilingual subtitles. 🌍 Skillshare Dual Subtitles can translate official subtitles / captions of videos that are hosted on site skillshare.com into almost all widely used languages. To make it work, the video should have AT LEAST one official subtitle / caption. 🛠 The styles of the subtitles are settable. You can set styles for the bilingual subtitles separately, including font size, font color, font weight, opacity, background color, etc. 🚠 The subtitles are filled in a draggable box. Hence you can adjust the subtitles' position as you wish. 👉 Features: ✅ Display bilingual subtitles ✅ Support most languages ✅ Support subtitle styles settings ✅ Subtitle position is draggable ✅ Support full screen ✅ No need to set up every time 🏗 Should you have any questions, contact me at [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Skillshare Dual Subtitles - Subttl Translator |
ID | jjgimmjppfdhjlacbjfololcdhdpjchh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/skillshare-dual-subtitles/jjgimmjppfdhjlacbjfololcdhdpjchh |
คำอธิบาย | Subtitle translator for Skillshare. Displays bilingual subtitles. |
ขนาดไฟล์ | 478 KB |
จำนวนการติดตั้ง | 226 |
เวอร์ชันปัจจุบัน | 1.5.0 |
อัปเดตครั้งล่าสุด | 2023-07-10 |
วันที่เผยแพร่ | 2023-04-06 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://subtrans.cc |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://subtrans.cc |
ภาษาที่รองรับ | en,vi,es,pt-BR,pt-PT,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_fulltitle__", "description": "__MSG_ext_description__", "manifest_version": 3, "version": "1.5.0", "permissions": [ "storage", "webRequest" ], "default_locale": "en", "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } }, "background": { "service_worker": "background.js" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/www.skillshare.com\/*" ], "js": [ "content.js" ], "all_frames": true, "run_at": "document_idle" }, { "matches": [ "https:\/\/www.skillshare.com\/*" ], "js": [ "injSSWrapper.js" ], "all_frames": false, "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "injSS.js" ], "matches": [ "https:\/\/www.skillshare.com\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/skillshare.subtrans.cc\/*" ] }, "host_permissions": [ "https:\/\/www.skillshare.com\/*" ] } |