繁简转换

繁简字体转换工具

What is 繁简转换?

繁简转换 is a Chrome extension developed by https://realign.pro, and its main feature is "繁简字体转换工具".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 繁简转换 Extension CRX File

Download 繁简转换 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

                        中文繁简字体转换工具,快速在繁简之间切换。                    

Extension Basic Information

Name 繁简转换 繁简转换
ID jbbhegjcohelhpcpbmdlmbegdifpmmkm
Official URL https://chromewebstore.google.com/detail/%E7%B9%81%E7%AE%80%E8%BD%AC%E6%8D%A2/jbbhegjcohelhpcpbmdlmbegdifpmmkm
Description 繁简字体转换工具
File Size 129 KB
Installation Count 2,690
Current Version 0.2.0
Last Updated 2020-03-11
Publish Date 2020-03-11
Rating 4.60/5 Total 5 Ratings
Developer https://realign.pro
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "name": "\u7e41\u7b80\u8f6c\u6362",
    "version": "0.2.0",
    "manifest_version": 2,
    "author": "ReAlign",
    "description": "\u7e41\u7b80\u5b57\u4f53\u8f6c\u6362\u5de5\u5177",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/github.com\/ReAlign\/traditional-simplified-conversion",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_title": "\u7e41\u7b80\u8f6c\u6362",
        "default_icon": "images\/icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "notifications"
    ]
}