DoubleSubs
A browser extension that helps you learn languages by watching series and movies.
DoubleSubs란 무엇입니까?
DoubleSubs은(는) https://doublesubs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension that helps you learn languages by watching series and movies."입니다.
확장 프로그램 스크린샷
DoubleSubs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Learn language with Double Subs 💬 Original and translated subtitles Start to understand the language by simply listening. 🔤 Text translation anywhere Select any text to view translation popup. 📘 Phrasebook Improve your vocabulary by saving new words to remember them better. ⚡️ Quick access to translation A quick translation will be useful when doing homework, chatting with a business partner, or when reading any foreign text. 🔊 Pronunciation Listen to the pronunciation of the word 🌙 Dark theme Beautiful dark theme designed to reduce eye strain at night
확장 프로그램 기본 정보
이름 | DoubleSubs |
ID | cfmeoknomhdgcbcmgmpbbjiggfboniie |
공식 URL | https://chromewebstore.google.com/detail/doublesubs/cfmeoknomhdgcbcmgmpbbjiggfboniie |
설명 | A browser extension that helps you learn languages by watching series and movies. |
파일 크기 | 4.74 MB |
설치 횟수 | 5,552 |
현재 버전 | 1.9.5 |
최근 업데이트 | 2024-01-11 |
출시 날짜 | 2021-11-08 |
평점 | 4.58/5 총 31 개의 평점 |
개발자 | https://doublesubs.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.doublesubs.com/ |
도움말 페이지 URL | https://www.doublesubs.com/contacts |
개인정보 보호 정책 페이지 URL | https://www.doublesubs.com/privacy |
지원되는 언어 | de,en,tr,es,pl,ru,uk,hi,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_manifest_name__", "description": "__MSG_manifest_description__", "default_locale": "en", "version": "1.9.5", "homepage_url": "https:\/\/www.doublesubs.com\/", "author": "DoubleSubs", "manifest_version": 2, "browser_action": { "default_popup": ".\/dist\/popup.html", "default_title": "Open the popup", "default_icon": ".\/dist\/assets\/icons\/icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-inline' 'unsafe-eval' https:\/\/cdn.firebase.com https:\/\/apis.google.com https:\/\/www.gstatic.com; object-src 'self'", "permissions": [ "tabs", "storage", "clipboardWrite", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": ".\/dist\/assets\/icons\/icon128.png" }, "content_scripts": [ { "js": [ "dist\/content.dist.js" ], "css": [ "dist\/content.css", "dist\/tailwind.dist.css" ], "matches": [ " |