CUTool

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

What is CUTool?

CUTool is a Chrome extension developed by https://cutool.online, and its main feature is "online text tools, including json formmater, text diff, url encoding & etc.".

Extension Screenshots

screenshot
screenshot
screenshot

Download CUTool Extension CRX File

Download CUTool 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

                        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 ~                    

Extension Basic Information

Name CUTool CUTool
ID pnadcjmfdflpblaogepdpeooialeelno
Official URL https://chromewebstore.google.com/detail/cutool/pnadcjmfdflpblaogepdpeooialeelno
Description online text tools, including json formmater, text diff, url encoding & etc.
File Size 30.35 KB
Installation Count 84
Current Version 1.0.3
Last Updated 2021-04-24
Publish Date 2021-03-24
Developer https://cutool.online
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}