ToolCat

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

Was ist ToolCat?

ToolCat ist eine Chrome-Erweiterung, die von https://www.fengziliu.com entwickelt wurde, und ihr Hauptmerkmal ist "ToolCat(Development tools):Unix timestamp transform,URL encode/decode,IP location query,MD5 encrypt,BASE64 encode/decode,Generate…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

ToolCat-Erweiterungs-CRX-Datei herunterladen

Laden Sie ToolCat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

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

Grundlegende Informationen zur Erweiterung

Name ToolCat ToolCat
ID coppgeobilocdhiclhgmadabblhfjgpm
Offizielle URL https://chromewebstore.google.com/detail/toolcat/coppgeobilocdhiclhgmadabblhfjgpm
Beschreibung ToolCat(Development tools):Unix timestamp transform,URL encode/decode,IP location query,MD5 encrypt,BASE64 encode/decode,Generate…
Dateigröße 111 KB
Installationsanzahl 2,422
Aktuelle Version 1.2.3
Letztes Update 2020-02-05
Veröffentlichungsdatum 2020-02-05
Bewertung 4.33/5 Insgesamt 6 Bewertungen
Entwickler https://www.fengziliu.com
Zahlungsart free
Erweiterungswebsite http://www.fengziliu.com/toolcat.html
Hilfeseite URL http://www.fengziliu.com/toolcat.html
Unterstützte Sprachen 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"
}