ToolCat

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

什麼是ToolCat?

ToolCat是由https://www.fengziliu.com開發的Chrome擴展程式,該擴展的主要功能是“ToolCat(Development tools):Unix timestamp transform,URL encode/decode,IP location query,MD5 encrypt,BASE64 encode/decode,Generate…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載ToolCat擴展crx文件

下載ToolCat擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

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

擴展基本資訊

名稱 ToolCat ToolCat
ID coppgeobilocdhiclhgmadabblhfjgpm
官方網址 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"
}