代码转义工具

对JSON代码中的非ASCII字符进行Unicode转义,转换后会自动选中文本,方便复制粘贴。

What is 代码转义工具?

代码转义工具 is a Chrome extension developed by Ethan, and its main feature is "对JSON代码中的非ASCII字符进行Unicode转义,转换后会自动选中文本,方便复制粘贴。".

Extension Screenshots

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

                        简介:对JSON代码中的非ASCII字符进行Unicode转义,转换后会自动选中文本,方便复制粘贴。
功能说明:对JSON代码中的非ASCII字符进行Unicode转义,转换后会自动选中文本,方便复制粘贴。                    

Extension Basic Information

Name 代码转义工具 代码转义工具
ID hpgpmhgdpbieggmmcpffkoimmccbbojf
Official URL https://chromewebstore.google.com/detail/%E4%BB%A3%E7%A0%81%E8%BD%AC%E4%B9%89%E5%B7%A5%E5%85%B7/hpgpmhgdpbieggmmcpffkoimmccbbojf
Description 对JSON代码中的非ASCII字符进行Unicode转义,转换后会自动选中文本,方便复制粘贴。
File Size 21.95 KB
Installation Count 47
Current Version 1.2.1
Last Updated 2018-01-16
Publish Date 2018-01-15
Developer Ethan
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u4ee3\u7801\u8f6c\u4e49\u5de5\u5177",
    "version": "1.2.1",
    "manifest_version": 2,
    "description": "\u5bf9JSON\u4ee3\u7801\u4e2d\u7684\u975eASCII\u5b57\u7b26\u8fdb\u884cUnicode\u8f6c\u4e49\uff0c\u8f6c\u6362\u540e\u4f1a\u81ea\u52a8\u9009\u4e2d\u6587\u672c\uff0c\u65b9\u4fbf\u590d\u5236\u7c98\u8d34\u3002",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon\/icon16.png"
    },
    "icons": {
        "128": "icon\/icon128.png",
        "48": "icon\/icon48.png",
        "16": "icon\/icon16.png"
    }
}