Pinyin OCR
An extension that uses OCR to convert a image to Pinyin
Apa itu Pinyin OCR?
Pinyin OCR adalah ekstensi Chrome yang dikembangkan oleh Nekodigi, dan fitur utamanya adalah "An extension that uses OCR to convert a image to Pinyin".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pinyin OCR
Unduh file ekstensi Pinyin OCR dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Pinyin OCR |
ID | pnaenhlejhkoamfjgcfmkpjekpodohga |
URL Resmi | https://chromewebstore.google.com/detail/pinyin-ocr/pnaenhlejhkoamfjgcfmkpjekpodohga |
Deskripsi | An extension that uses OCR to convert a image to Pinyin |
Ukuran File | 2.57 MB |
Jumlah Instalasi | 290 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2023-06-25 |
Tanggal Publikasi | 2023-05-08 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | Nekodigi |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://nekodigi.com/terms/privacy |
Bahasa yang Didukung | 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": [ " |