NRK TV Language Learning Subtitles
Enables dual language subtitles for NRK TV with the help of your browser's auto-translate feature
NRK TV Language Learning Subtitles क्या है?
NRK TV Language Learning Subtitles DeeFrancois द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables dual language subtitles for NRK TV with the help of your browser's auto-translate feature"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NRK TV Language Learning Subtitles एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
How to use: - Turn on the subtitles the way you usually would - Activate your browser's auto-translator by right clicking the page and choosing "Translate to English"(or whichever your native language is) This is a big part of my language learning process so I figured I'd make this public since other people might find it as helpful as I do. I prefer this to be a simple extension but feel free to email me if you think there are any features I need to add. Or you can just pm me on Reddit at /u/DuhMeTreeUs
एक्सटेंशन की मूल जानकारी
नाम | NRK TV Language Learning Subtitles |
ID | lmjfcijpnghdkpnoakgljodpjnimbakp |
आधिकारिक URL | https://chromewebstore.google.com/detail/nrk-tv-language-learning/lmjfcijpnghdkpnoakgljodpjnimbakp |
विवरण | Enables dual language subtitles for NRK TV with the help of your browser's auto-translate feature |
फ़ाइल का आकार | 79.8 KB |
स्थापना संख्या | 278 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2021-08-20 |
प्रकाशन तिथि | 2021-08-03 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | DeeFrancois |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/DeeFrancois/nrktv-language-learning-subtitles#readme |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NRK TV Language Learning Subtitles", "description": "Enables dual language subtitles for NRK TV with the help of your browser's auto-translate feature", "version": "1.2", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/smallericon16.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/tv.nrk.no\/*" ], "js": [ "jquery-3.5.1.min.js", "content.js" ] } ], "browser_action": { "default_icon": "icons\/browser_action_icon.png", "default_popup": "popup.html" } } |