OCR Text Recognition
OCR text recognition tool to identify the text inside the picture
Co je OCR Text Recognition?
OCR Text Recognition je rozšíření Chrome vyvinuté tomxuxu, a jeho hlavní funkcí je „OCR text recognition tool to identify the text inside the picture“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření OCR Text Recognition
Stáhněte si soubory rozšíření OCR 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í
Support images, custom screenshots to recognize text. Right-click on the image and select Recognize image text to identify the text in the image. Right-click elsewhere on the web page and select Screenshot Recognition Text to identify the text in the screenshot.
Základní Informace o Rozšíření
Název | OCR Text Recognition |
ID | oldinjmajkejmhnnllhcaopbbfdlepgd |
Oficiální URL | https://chromewebstore.google.com/detail/ocr-text-recognition/oldinjmajkejmhnnllhcaopbbfdlepgd |
Popis | OCR text recognition tool to identify the text inside the picture |
Velikost souboru | 464 KB |
Počet instalací | 8,000 |
Aktuální Verze | 2.1.3 |
Poslední Aktualizace | 2024-03-03 |
Datum Vydání | 2021-07-28 |
Hodnocení | 3.09/5 Celkem 11 Hodnocení |
Vývojář | tomxuxu |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://pictureknow.com/protocol |
Podporované Jazyky | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "2.1.3", "description": "__MSG_desc__", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/background_image_content.js" ] }, { "matches": [ "*:\/\/item.taobao.com\/*" ], "js": [ "js\/coupon_content.js" ] }, { "matches": [ "*:\/\/detail.tmall.com\/*" ], "js": [ "js\/coupon_content.js" ] }, { "matches": [ "*:\/\/item.jd.com\/*" ], "js": [ "js\/jd_coupon_content.js" ] } ], "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "icons\/icon128.png", "default_title": "__MSG_name__", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "alarms", "proxy", "management", "scripting", "tabs", "unlimitedStorage", "storage" ], "host_permissions": [ " |