IME Decoder(background) new
中文双拼/拼音后台解析器(需与其他扩展一起使用)
Cos'è IME Decoder(background) new?
IME Decoder(background) new è un'estensione di Chrome sviluppata da Kaiser Zhang, e la sua funzione principale è "中文双拼/拼音后台解析器(需与其他扩展一起使用)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IME Decoder(background) new
Scarica i file di estensione IME Decoder(background) new in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
中文拼音输入法离线解析器 无法单独使用,需要与输入法ui扩展一起使用。 支持chrome 102之后的版本 ### 新功能说明 ### - 添加了新的字库支持(40万+)和用户选词自学习功能。 - 添加了`智能ABC`方案的支持 - 预留了可以控制台使用`userDiy()`API来批量更新用户词库的接口 > 格式:userDiy("wei'dong'yi", "韦东奕") > 此举会添加到用户词库 - 预留了在控制台自定义双拼输入法的方式 格式:chrome.storage.local.set( {"customShuangpin": { shengmu: {声母:对应单独按键...} // 需要包含所有单独的按键, yunmu: {韵母: 韵母单独按键...} // 需要包含所有韵母, yinjie: {音节: 输入音节拼音的方式(例如: an: of) } // 需要包含所有音阶 } } )
Informazioni di Base sull'Estensione
Nome | IME Decoder(background) new |
ID | fifkgdfgcgfejffmmmnmmkhckkojpdom |
URL Ufficiale | https://chromewebstore.google.com/detail/ime-decoderbackground-new/fifkgdfgcgfejffmmmnmmkhckkojpdom |
Descrizione | 中文双拼/拼音后台解析器(需与其他扩展一起使用) |
Dimensione del File | 4.47 MB |
Conteggio Installazioni | 128 |
Versione Corrente | 0.0.10 |
Ultimo Aggiornamento | 2022-11-03 |
Data di Pubblicazione | 2022-09-10 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | Kaiser Zhang |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | zh-CN |
manifest.json | |
{ "name": "IME Decoder(background) new", "version": "0.0.10", "description": "\u4e2d\u6587\u53cc\u62fc\uff0f\u62fc\u97f3\u540e\u53f0\u89e3\u6790\u5668\uff08\u9700\u4e0e\u5176\u4ed6\u6269\u5c55\u4e00\u8d77\u4f7f\u7528\uff09", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "unlimitedStorage", "storage" ], "minimum_chrome_version": "102", "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "incognito": "split", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |