CUTool

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

CUToolคืออะไร?

CUTool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cutool.online และคุณลักษณะหลักของมันคือ "online text tools, including json formmater, text diff, url encoding & etc."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CUTool

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}