hahaOCR
提取图片中的文字信息并将其转换成文本信息,用户可以通过点击按钮完成图片上传操作,并通过按下「ESC」快捷键退出应用
Qu'est-ce que hahaOCR ?
hahaOCR est une extension Chrome développée par https://www.shipudong.com, et sa fonction principale est "提取图片中的文字信息并将其转换成文本信息,用户可以通过点击按钮完成图片上传操作,并通过按下「ESC」快捷键退出应用".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension hahaOCR
Téléchargez les fichiers d'extension hahaOCR au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
用户通过点击按钮上传需要处理的图片,上传成功之后会将识别出的文本信息显示在中;用户可以通过快捷键「ESC」退出该扩展程序。
Informations de Base sur l'Extension
Nom | hahaOCR |
ID | lffahpofbpcpoonljkidnflmalbfellh |
URL Officiel | https://chromewebstore.google.com/detail/hahaocr/lffahpofbpcpoonljkidnflmalbfellh |
Description | 提取图片中的文字信息并将其转换成文本信息,用户可以通过点击按钮完成图片上传操作,并通过按下「ESC」快捷键退出应用 |
Taille du Fichier | 133 KB |
Nombre d'Installations | 71 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-03-10 |
Date de Publication | 2021-03-10 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.shipudong.com |
turbodong1002@163.com | |
Type de Paiement | free |
Site Web de l'Extension | https://www.shipudong.com/ |
URL de la Page d'Aide | https://www.shipudong.com/ |
Langues Prises en Charge | 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" } |