Pinyin OCR
An extension that uses OCR to convert a image to Pinyin
Co to jest Pinyin OCR?
Pinyin OCR to rozszerzenie Chrome opracowane przez Nekodigi, a jego główną funkcją jest „An extension that uses OCR to convert a image to Pinyin”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pinyin OCR
Pobierz pliki rozszerzeń Pinyin OCR w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Pinyin OCR |
ID | pnaenhlejhkoamfjgcfmkpjekpodohga |
Oficjalny URL | https://chromewebstore.google.com/detail/pinyin-ocr/pnaenhlejhkoamfjgcfmkpjekpodohga |
Opis | An extension that uses OCR to convert a image to Pinyin |
Rozmiar pliku | 2.57 MB |
Liczba instalacji | 290 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2023-06-25 |
Data Publikacji | 2023-05-08 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | Nekodigi |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://nekodigi.com/terms/privacy |
Obsługiwane Języki | 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": [ " |