hahaOCR
提取图片中的文字信息并将其转换成文本信息,用户可以通过点击按钮完成图片上传操作,并通过按下「ESC」快捷键退出应用
Cos'è hahaOCR?
hahaOCR è un'estensione di Chrome sviluppata da https://www.shipudong.com, e la sua funzione principale è "提取图片中的文字信息并将其转换成文本信息,用户可以通过点击按钮完成图片上传操作,并通过按下「ESC」快捷键退出应用".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione hahaOCR
Scarica i file di estensione hahaOCR in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
用户通过点击按钮上传需要处理的图片,上传成功之后会将识别出的文本信息显示在中;用户可以通过快捷键「ESC」退出该扩展程序。
Informazioni di Base sull'Estensione
Nome | hahaOCR |
ID | lffahpofbpcpoonljkidnflmalbfellh |
URL Ufficiale | https://chromewebstore.google.com/detail/hahaocr/lffahpofbpcpoonljkidnflmalbfellh |
Descrizione | 提取图片中的文字信息并将其转换成文本信息,用户可以通过点击按钮完成图片上传操作,并通过按下「ESC」快捷键退出应用 |
Dimensione del File | 133 KB |
Conteggio Installazioni | 71 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-03-10 |
Data di Pubblicazione | 2021-03-10 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.shipudong.com |
turbodong1002@163.com | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.shipudong.com/ |
URL della Pagina di Aiuto | https://www.shipudong.com/ |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "hello.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "\u63d0\u53d6\u56fe\u7247\u4e2d\u7684\u6587\u5b57\u4fe1\u606f\u5e76\u5c06\u5176\u8f6c\u6362\u6210\u6587\u672c\u4fe1\u606f\uff0c\u7528\u6237\u53ef\u4ee5\u901a\u8fc7\u70b9\u51fb\u6309\u94ae\u5b8c\u6210\u56fe\u7247\u4e0a\u4f20\u64cd\u4f5c\uff0c\u5e76\u901a\u8fc7\u6309\u4e0b\u300cESC\u300d\u5feb\u6377\u952e\u9000\u51fa\u5e94\u7528", "manifest_version": 2, "name": "hahaOCR", "short_name": "hahaOCR", "version": "1.0" } |