ToolCat

ToolCat(Development tools):Unix timestamp transform,URL encode/decode,IP location query,MD5 encrypt,BASE64 encode/decode,Generate…

ToolCatคืออะไร?

ToolCat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.fengziliu.com และคุณลักษณะหลักของมันคือ "ToolCat(Development tools):Unix timestamp transform,URL encode/decode,IP location query,MD5 encrypt,BASE64 encode/decode,Generate…"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย ToolCat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        工具喵 / ToolCat(开发常用工具)

目前支持以下功能:
Unix时间戳转换
URL编码/解码
IP地址查询
MD5加密
BASE64编码/解码
随机字符串生成                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ToolCat ToolCat
ID coppgeobilocdhiclhgmadabblhfjgpm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/toolcat/coppgeobilocdhiclhgmadabblhfjgpm
คำอธิบาย ToolCat(Development tools):Unix timestamp transform,URL encode/decode,IP location query,MD5 encrypt,BASE64 encode/decode,Generate…
ขนาดไฟล์ 111 KB
จำนวนการติดตั้ง 2,422
เวอร์ชันปัจจุบัน 1.2.3
อัปเดตครั้งล่าสุด 2020-02-05
วันที่เผยแพร่ 2020-02-05
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://www.fengziliu.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.fengziliu.com/toolcat.html
URL หน้าช่วยเหลือ http://www.fengziliu.com/toolcat.html
ภาษาที่รองรับ en,zh-CN,zh-TW
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "description": "__MSG_description__",
    "default_locale": "zh_CN",
    "homepage_url": "https:\/\/www.rifuyiri.net\/t\/3638",
    "icons": {
        "128": "icon128.png",
        "96": "icon.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "",
        "http:\/\/ip.taobao.com\/*",
        "http:\/\/pv.sohu.com\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_scripts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "json-format.html"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "1.2.3"
}