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
官方網址 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"
    }
}