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
Eメール [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"
    }
}