ToolCat

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

Apa itu ToolCat?

ToolCat adalah ekstensi Chrome yang dikembangkan oleh https://www.fengziliu.com, dan fitur utamanya adalah "ToolCat(Development tools):Unix timestamp transform,URL encode/decode,IP location query,MD5 encrypt,BASE64 encode/decode,Generate…".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ToolCat

Unduh file ekstensi ToolCat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

Informasi Dasar Ekstensi

Nama ToolCat ToolCat
ID coppgeobilocdhiclhgmadabblhfjgpm
URL Resmi https://chromewebstore.google.com/detail/toolcat/coppgeobilocdhiclhgmadabblhfjgpm
Deskripsi ToolCat(Development tools):Unix timestamp transform,URL encode/decode,IP location query,MD5 encrypt,BASE64 encode/decode,Generate…
Ukuran File 111 KB
Jumlah Instalasi 2,422
Versi Saat Ini 1.2.3
Terakhir Diperbarui 2020-02-05
Tanggal Publikasi 2020-02-05
Penilaian 4.33/5 Total 6 Penilaian
Pengembang https://www.fengziliu.com
Tipe Pembayaran free
Situs Ekstensi http://www.fengziliu.com/toolcat.html
URL Halaman Bantuan http://www.fengziliu.com/toolcat.html
Bahasa yang Didukung 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"
}