YouTube Text-Recognition
Ever wanted to copy text from a YouTube video? Well with extension, you can! Simply: 1. Go to the video where you want to copy…
Co je YouTube Text-Recognition?
YouTube Text-Recognition je rozšíření Chrome vyvinuté Muhammed Ismail, a jeho hlavní funkcí je „Ever wanted to copy text from a YouTube video? Well with extension, you can! Simply: 1. Go to the video where you want to copy…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření YouTube Text-Recognition
Stáhněte si soubory rozšíření YouTube Text-Recognition ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Ever wanted to copy text from a YouTube video? Well with extension, you can! Simply: 1. Go to the video where you want to copy text from. 2. Open the extension's popup and click on the recognize button. 3. Select the text that you want the extension to recognize. 4. Wait for the text to be recognized. And that's it!
Základní Informace o Rozšíření
Název | YouTube Text-Recognition |
ID | eiobdpjhboagcihclljpjkkehnmiodlb |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-text-recognition/eiobdpjhboagcihclljpjkkehnmiodlb |
Popis | Ever wanted to copy text from a YouTube video? Well with extension, you can! Simply: 1. Go to the video where you want to copy… |
Velikost souboru | 11.67 MB |
Počet instalací | 1,043 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2021-01-20 |
Datum Vydání | 2021-01-20 |
Hodnocení | 1.00/5 Celkem 3 Hodnocení |
Vývojář | Muhammed Ismail |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Text-Recognition", "version": "0.1", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch*" ], "css": [ "content\/content.css", "lib\/cropper.css" ], "js": [ "lib\/jquery.min.js", "lib\/cropper.min.js", "lib\/color-thief.min.js", "lib\/tesseract.min.js", "content\/content.js" ] } ], "browser_action": { "default_icon": "res\/youtube(amin).png", "default_popup": "popup\/popup.html" }, "web_accessible_resources": [ "lib\/worker.min.js", "lib\/tesseract-core.wasm.js", "lang-data\/*.traineddata.gz" ], "permissions": [ "activeTab" ] } |