hahaOCR
提取图片中的文字信息并将其转换成文本信息,用户可以通过点击按钮完成图片上传操作,并通过按下「ESC」快捷键退出应用
Wat is hahaOCR?
hahaOCR is een Chrome-extensie ontwikkeld door https://www.shipudong.com, en de belangrijkste functie is "提取图片中的文字信息并将其转换成文本信息,用户可以通过点击按钮完成图片上传操作,并通过按下「ESC」快捷键退出应用".
Extensie Screenshots
Download het CRX-bestand van de extensie hahaOCR
Download hahaOCR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
用户通过点击按钮上传需要处理的图片,上传成功之后会将识别出的文本信息显示在中;用户可以通过快捷键「ESC」退出该扩展程序。
Basisinformatie over de Extensie
Naam | hahaOCR |
ID | lffahpofbpcpoonljkidnflmalbfellh |
Officiële URL | https://chromewebstore.google.com/detail/hahaocr/lffahpofbpcpoonljkidnflmalbfellh |
Beschrijving | 提取图片中的文字信息并将其转换成文本信息,用户可以通过点击按钮完成图片上传操作,并通过按下「ESC」快捷键退出应用 |
Bestandsgrootte | 133 KB |
Aantal Installaties | 71 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-03-10 |
Publicatiedatum | 2021-03-10 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.shipudong.com |
turbodong1002@163.com | |
Betalingswijze | free |
Extensiewebsite | https://www.shipudong.com/ |
Help Pagina-URL | https://www.shipudong.com/ |
Ondersteunde Talen | 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" } |