Pinyin OCR
An extension that uses OCR to convert a image to Pinyin
什麼是Pinyin OCR?
Pinyin OCR是由Nekodigi開發的Chrome擴展程式,該擴展的主要功能是“An extension that uses OCR to convert a image to Pinyin”。
擴展截圖
下載Pinyin OCR擴展crx文件
下載Pinyin OCR擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 |
隱私政策頁面URL | 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": [ " |