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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}