CUTool

online text tools, including json formmater, text diff, url encoding & etc.

什么是CUTool?

CUTool是由https://cutool.online开发的Chrome扩展程序,该扩展的主要功能是“online text tools, including json formmater, text diff, url encoding & etc.”。

扩展截图

screenshot
screenshot
screenshot

下载CUTool扩展crx文件

下载CUTool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is a tool which temporarily support json formatter, code diff, text diff, text edit, url encode, url decode, url params extrator, regex etc. And this tool will help you format json automaticly when you visit json in chrome (like json formatter). wish you enjoy it ~                    

扩展基本信息

名称 CUTool CUTool
ID pnadcjmfdflpblaogepdpeooialeelno
官方URL https://chromewebstore.google.com/detail/cutool/pnadcjmfdflpblaogepdpeooialeelno
简介 online text tools, including json formmater, text diff, url encoding & etc.
文件大小 30.35 KB
安装次数 84
当前版本 1.0.3
更新时间 2021-04-24
上架时间 2021-03-24
开发者 https://cutool.online
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CUTool",
    "version": "1.0.3",
    "minimum_chrome_version": "21",
    "browser_action": {
        "default_icon": {
            "16": "img\/icon.png",
            "48": "img\/icon.png",
            "128": "img\/icon.png"
        },
        "default_title": "Cu Tool",
        "default_popup": "popup.html"
    },
    "description": "online text tools, including json formmater, text diff, url encoding & etc.",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*",
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "author": "xtestw",
    "homepage_url": "https:\/\/cutool.online",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "tool"
    }
}