CUTool

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

CUTool là gì?

CUTool là một tiện ích mở rộng Chrome được phát triển bởi https://cutool.online, và tính năng chính của nó là "online text tools, including json formmater, text diff, url encoding & etc.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CUTool

Tải xuống các tệp mở rộng CUTool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 ~                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CUTool CUTool
ID pnadcjmfdflpblaogepdpeooialeelno
URL Chính Thức https://chromewebstore.google.com/detail/cutool/pnadcjmfdflpblaogepdpeooialeelno
Mô tả online text tools, including json formmater, text diff, url encoding & etc.
Kích Thước Tệp 30.35 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2021-04-24
Ngày Phát Hành 2021-03-24
Nhà Phát Triển https://cutool.online
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}