常用工具(ToolBox)

常用工具(ToolBox)

常用工具:时间戳转换、URL编码、BASE64编码、加解密、二维码生成、ip地址查询、DNS/Whois查询、JSON解析、翻译、万年历、色彩查询等。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "常用工具(ToolBox)",
  "version": "3.2.2",
  "manifest_version": 3,
  "author": "[email protected]",
  "description": "常用工具:时间戳转换、URL编码、BASE64编码、加解密、二维码生成、ip地址查询、DNS/Whois查询、JSON解析、翻译、万年历、色彩查询等。",
  "action": {
    "default_title": "常用工具(ToolBox)",
    "default_icon": "images/toolbox.png",
    "default_popup": "index.html"
  },
  "icons": {
    "96": "images/toolbox.png",
    "128": "images/toolbox.png"
  },
  "homepage_url": "https://toolbox.chenapp.com/",
  "host_permissions": [
    "https://toolbox.chenapp.com/*"
  ]
}