ToolCat

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

Wat is ToolCat?

ToolCat is een Chrome-extensie ontwikkeld door https://www.fengziliu.com, en de belangrijkste functie is "ToolCat(Development tools):Unix timestamp transform,URL encode/decode,IP location query,MD5 encrypt,BASE64 encode/decode,Generate…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ToolCat

Download ToolCat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam ToolCat ToolCat
ID coppgeobilocdhiclhgmadabblhfjgpm
Officiële URL https://chromewebstore.google.com/detail/toolcat/coppgeobilocdhiclhgmadabblhfjgpm
Beschrijving ToolCat(Development tools):Unix timestamp transform,URL encode/decode,IP location query,MD5 encrypt,BASE64 encode/decode,Generate…
Bestandsgrootte 111 KB
Aantal Installaties 2,422
Huidige Versie 1.2.3
Laatst Bijgewerkt 2020-02-05
Publicatiedatum 2020-02-05
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar https://www.fengziliu.com
Betalingswijze free
Extensiewebsite http://www.fengziliu.com/toolcat.html
Help Pagina-URL http://www.fengziliu.com/toolcat.html
Ondersteunde Talen 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"
}