IME Decoder(background) new

中文双拼/拼音后台解析器(需与其他扩展一起使用)

What is IME Decoder(background) new?

IME Decoder(background) new is a Chrome extension developed by Kaiser Zhang, and its main feature is "中文双拼/拼音后台解析器(需与其他扩展一起使用)".

Extension Screenshots

screenshot

Download IME Decoder(background) new Extension CRX File

Download IME Decoder(background) new extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        中文拼音输入法离线解析器
无法单独使用,需要与输入法ui扩展一起使用。
支持chrome 102之后的版本

### 新功能说明 ###
- 添加了新的字库支持(40万+)和用户选词自学习功能。
- 添加了`智能ABC`方案的支持
- 预留了可以控制台使用`userDiy()`API来批量更新用户词库的接口
     > 格式:userDiy("wei'dong'yi", "韦东奕") 
     > 此举会添加到用户词库
- 预留了在控制台自定义双拼输入法的方式
    格式:chrome.storage.local.set(
                   {"customShuangpin": {
                        shengmu: {声母:对应单独按键...} // 需要包含所有单独的按键,
                        yunmu: {韵母: 韵母单独按键...} // 需要包含所有韵母,
                       yinjie: {音节: 输入音节拼音的方式(例如: an: of) } // 需要包含所有音阶
                     }
                   }
                 )                    

Extension Basic Information

Name IME Decoder(background) new IME Decoder(background) new
ID fifkgdfgcgfejffmmmnmmkhckkojpdom
Official URL https://chromewebstore.google.com/detail/ime-decoderbackground-new/fifkgdfgcgfejffmmmnmmkhckkojpdom
Description 中文双拼/拼音后台解析器(需与其他扩展一起使用)
File Size 4.47 MB
Installation Count 128
Current Version 0.0.10
Last Updated 2022-11-03
Publish Date 2022-09-10
Rating 4.67/5 Total 3 Ratings
Developer Kaiser Zhang
Email [email protected]
Payment Type free
Supported Languages 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"
}