hahaOCR
提取图片中的文字信息并将其转换成文本信息,用户可以通过点击按钮完成图片上传操作,并通过按下「ESC」快捷键退出应用
What is hahaOCR?
hahaOCR is a Chrome extension developed by https://www.shipudong.com, and its main feature is "提取图片中的文字信息并将其转换成文本信息,用户可以通过点击按钮完成图片上传操作,并通过按下「ESC」快捷键退出应用".
Extension Screenshots
Download hahaOCR Extension CRX File
Download hahaOCR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
用户通过点击按钮上传需要处理的图片,上传成功之后会将识别出的文本信息显示在中;用户可以通过快捷键「ESC」退出该扩展程序。
Extension Basic Information
Name | hahaOCR |
ID | lffahpofbpcpoonljkidnflmalbfellh |
Official URL | https://chromewebstore.google.com/detail/hahaocr/lffahpofbpcpoonljkidnflmalbfellh |
Description | 提取图片中的文字信息并将其转换成文本信息,用户可以通过点击按钮完成图片上传操作,并通过按下「ESC」快捷键退出应用 |
File Size | 133 KB |
Installation Count | 71 |
Current Version | 1.0 |
Last Updated | 2021-03-10 |
Publish Date | 2021-03-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.shipudong.com |
turbodong1002@163.com | |
Payment Type | free |
Extension Website | https://www.shipudong.com/ |
Help Page URL | https://www.shipudong.com/ |
Supported Languages | 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" } |