Pinyin OCR
An extension that uses OCR to convert a image to Pinyin
ما هو Pinyin OCR؟
Pinyin OCR هو إضافة Chrome تم تطويرها بواسطة Nekodigi، والميزة الرئيسية لها هي "An extension that uses OCR to convert a image to Pinyin".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pinyin OCR
قم بتنزيل ملفات الامتداد Pinyin OCR بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Feature ・Scan Chinese from Image. ・Scan any text in pages. ・Display pinyin for Chinese. ・Display translation in English ・Select any language text to convert Chinese Source Code ・Backend https://github.com/Nekodigi/pinyin-ocr-backend ・Frontend https://github.com/Nekodigi/pinyin-ocr-frontend
معلومات أساسية عن التمديد
الاسم | Pinyin OCR |
ID | pnaenhlejhkoamfjgcfmkpjekpodohga |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pinyin-ocr/pnaenhlejhkoamfjgcfmkpjekpodohga |
الوصف | An extension that uses OCR to convert a image to Pinyin |
حجم الملف | 2.57 MB |
عدد التثبيتات | 290 |
النسخة الحالية | 1.2 |
آخر تحديث | 2023-06-25 |
تاريخ النشر | 2023-05-08 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | Nekodigi |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://nekodigi.com/terms/privacy |
اللغات المدعومة | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pinyin OCR", "description": "An extension that uses OCR to convert a image to Pinyin", "version": "1.2", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ " |