Files
html-tools/index.json
T
chao5 be8c817803 Add 9 more tools to reach 25 total tools
Developer Tools:
- Hash Generator: MD5, SHA-1, SHA-256, SHA-384, SHA-512, Base64
- CSS Minifier/Beautifier: Compress and format CSS
- Cron Expression Generator: Visual cron builder

Converter Tools:
- HTML Entity Encoder/Decoder: Convert HTML entities
- YAML Validator: Validate and convert YAML to JSON

Text Tools:
- Case Converter: camelCase, PascalCase, snake_case, etc.
- Lorem Ipsum Generator: Generate placeholder text
- Slug Generator: URL-friendly slug creator

Utility:
- Percentage Calculator: Calculate percentages

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-23 03:11:29 +08:00

559 lines
23 KiB
JSON

{
"version": "1.0.0",
"lastUpdated": "2025-12-23",
"tools": [
{
"id": "json-to-yaml",
"name": "JSON 转 YAML",
"slug": "json-to-yaml",
"category": "converter",
"tags": ["json", "yaml", "converter", "developer"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "将 JSON 格式转换为 YAML 格式的在线工具,支持复制到剪贴板",
"longDescription": "这是一个轻量级的 JSON 到 YAML 转换工具。直接在浏览器中处理数据,无需服务器,保护您的隐私。",
"icon": "🔄",
"color": "#3498db",
"entry": "tools/json-to-yaml/app.html",
"detail": "tools/json-to-yaml/index.html",
"createdAt": "2025-12-22",
"updatedAt": "2025-12-22",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "json-formatter",
"name": "JSON 格式化工具",
"slug": "json-formatter",
"category": "converter",
"tags": ["json", "formatter", "validator", "beautifier"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "格式化、压缩和验证 JSON 数据",
"longDescription": "JSON 格式化工具可以帮助你美化、压缩和验证 JSON 数据,支持多种缩进样式、键名排序,显示字符数、行数、文件大小等统计信息。",
"icon": "✨",
"color": "#667eea",
"entry": "tools/json-formatter/app.html",
"detail": "tools/json-formatter/index.html",
"createdAt": "2025-12-23",
"updatedAt": "2025-12-23",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "base64-encode",
"name": "Base64 编码解码",
"slug": "base64-encode",
"category": "converter",
"tags": ["base64", "encoder", "decoder", "converter"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "快速进行 Base64 编码和解码,支持文本和文件",
"longDescription": "Base64 编码解码工具,支持 URL 安全模式,可拖拽文件进行编码,完全离线工作保护隐私。",
"icon": "🔐",
"color": "#f093fb",
"entry": "tools/base64-encode/app.html",
"detail": "tools/base64-encode/index.html",
"createdAt": "2025-12-22",
"updatedAt": "2025-12-22",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "color-picker",
"name": "颜色选择器",
"slug": "color-picker",
"category": "developer",
"tags": ["color", "picker", "design", "converter"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "专业的颜色选择工具,支持多种颜色格式转换",
"longDescription": "颜色选择器支持 HEX、RGB、HSL、HSV 格式实时转换,带有色相和透明度滑块,是设计师和开发者的必备工具。",
"icon": "🎨",
"color": "#ff6b6b",
"entry": "tools/color-picker/app.html",
"detail": "tools/color-picker/index.html",
"createdAt": "2025-12-22",
"updatedAt": "2025-12-22",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "regex-tester",
"name": "正则表达式测试器",
"slug": "regex-tester",
"category": "developer",
"tags": ["regex", "testing", "developer"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "实时测试和调试正则表达式,支持所有常用标志位",
"longDescription": "正则表达式测试器是开发者的必备工具,支持实时测试正则表达式,显示匹配结果和位置,帮助快速调试和优化正则模式。",
"icon": "🔍",
"color": "#a855f7",
"entry": "tools/regex-tester/app.html",
"detail": "tools/regex-tester/index.html",
"createdAt": "2025-12-22",
"updatedAt": "2025-12-22",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "url-encode",
"name": "URL 编码解码",
"slug": "url-encode",
"category": "converter",
"tags": ["url", "encoder", "decoder", "converter"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "快速进行 URL 编码和解码,处理中文和特殊字符",
"longDescription": "URL 编码解码工具可以正确处理中文字符和特殊字符,将它们转换为 URL 安全格式,支持双向转换。",
"icon": "🔗",
"color": "#06b6d4",
"entry": "tools/url-encode/app.html",
"detail": "tools/url-encode/index.html",
"createdAt": "2025-12-22",
"updatedAt": "2025-12-22",
"featured": false,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "qr-generator",
"name": "二维码生成器",
"slug": "qr-generator",
"category": "utility",
"tags": ["qrcode", "generator", "utility"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "快速生成二维码,支持自定义颜色和尺寸",
"longDescription": "二维码生成器可以将文本、网址等内容快速转换为二维码图片,支持多种尺寸和颜色自定义,生成的二维码可直接下载使用。",
"icon": "📱",
"color": "#10b981",
"entry": "tools/qr-generator/app.html",
"detail": "tools/qr-generator/index.html",
"createdAt": "2025-12-22",
"updatedAt": "2025-12-22",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "password-generator",
"name": "安全密码生成器",
"slug": "password-generator",
"category": "utility",
"tags": ["password", "security", "generator", "utility"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "创建强大且安全的随机密码,保护您的账户安全",
"longDescription": "安全密码生成器使用密码学安全的随机数生成器创建强密码,支持自定义密码长度、字符类型,并提供密码强度评估。",
"icon": "🔐",
"color": "#667eea",
"entry": "tools/password-generator/app.html",
"detail": "tools/password-generator/index.html",
"createdAt": "2025-12-22",
"updatedAt": "2025-12-22",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "uuid-generator",
"name": "UUID 生成器",
"slug": "uuid-generator",
"category": "developer",
"tags": ["uuid", "generator", "developer", "identifier"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "快速生成各种版本的 UUID",
"longDescription": "UUID 生成器可以快速生成 UUID v4(随机)和 UUID v1(基于时间戳),支持多种输出格式,批量生成,是开发者生成唯一标识的必备工具。",
"icon": "🆔",
"color": "#667eea",
"entry": "tools/uuid-generator/app.html",
"detail": "tools/uuid-generator/index.html",
"createdAt": "2025-12-23",
"updatedAt": "2025-12-23",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "word-counter",
"name": "字数统计工具",
"slug": "word-counter",
"category": "text",
"tags": ["text", "counter", "word", "characters"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "实时统计文本的字数、词数、行数等信息",
"longDescription": "字数统计工具可以实时分析中英文混合文本的各种统计数据,包括字符数、词数、行数、段落数等,支持分类统计和阅读时间计算。",
"icon": "📊",
"color": "#11998e",
"entry": "tools/word-counter/app.html",
"detail": "tools/word-counter/index.html",
"createdAt": "2025-12-23",
"updatedAt": "2025-12-23",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "timestamp-converter",
"name": "Unix 时间戳转换",
"slug": "timestamp-converter",
"category": "converter",
"tags": ["timestamp", "unix", "datetime", "converter"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "时间戳与日期时间格式互相转换",
"longDescription": "Unix 时间戳转换工具支持时间戳与日期时间格式互相转换,支持秒和毫秒两种格式,实时显示当前时间戳,显示相对时间。",
"icon": "⏰",
"color": "#f5576c",
"entry": "tools/timestamp-converter/app.html",
"detail": "tools/timestamp-converter/index.html",
"createdAt": "2025-12-23",
"updatedAt": "2025-12-23",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "base-converter",
"name": "进制转换工具",
"slug": "base-converter",
"category": "converter",
"tags": ["base", "converter", "binary", "hexadecimal", "octal"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "支持二进制、八进制、十进制、十六进制互相转换",
"longDescription": "进制转换工具支持 2、8、10、16 进制互相转换,实时输入即时转换,支持进制前缀,是程序员进行进制计算和学习计算机科学的必备工具。",
"icon": "🔢",
"color": "#4facfe",
"entry": "tools/base-converter/app.html",
"detail": "tools/base-converter/index.html",
"createdAt": "2025-12-23",
"updatedAt": "2025-12-23",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "text-diff",
"name": "文本对比工具",
"slug": "text-diff",
"category": "text",
"tags": ["text", "diff", "compare", "difference"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "比较两段文本的差异,支持逐行对比",
"longDescription": "文本对比工具可以快速比较两段文本之间的差异,高亮显示新增、删除和未修改的行,支持逐行显示和并排显示两种模式。",
"icon": "🔍",
"color": "#fa709a",
"entry": "tools/text-diff/app.html",
"detail": "tools/text-diff/index.html",
"createdAt": "2025-12-23",
"updatedAt": "2025-12-23",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "jwt-decoder",
"name": "JWT 解码器",
"slug": "jwt-decoder",
"category": "developer",
"tags": ["jwt", "decoder", "json", "token", "authentication"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "解码和验证 JSON Web Token",
"longDescription": "JWT 解码器可以解码 JSON Web Token 并查看其内容,包括 Header、Payload 和 Signature 三部分,检查 Token 过期时间,是调试 API 认证的必备工具。",
"icon": "🔑",
"color": "#764ba2",
"entry": "tools/jwt-decoder/app.html",
"detail": "tools/jwt-decoder/index.html",
"createdAt": "2025-12-23",
"updatedAt": "2025-12-23",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "image-to-base64",
"name": "图片转 Base64",
"slug": "image-to-base64",
"category": "image",
"tags": ["image", "base64", "converter", "encoding"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "将图片转换为 Base64 编码字符串",
"longDescription": "图片转 Base64 工具可以将图片文件转换为 Base64 编码的字符串,支持拖拽上传,显示图片预览和信息,输出 Data URI 或纯 Base64 字符串。",
"icon": "🖼️",
"color": "#ff9a9e",
"entry": "tools/image-to-base64/app.html",
"detail": "tools/image-to-base64/index.html",
"createdAt": "2025-12-23",
"updatedAt": "2025-12-23",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "xml-to-json",
"name": "XML 转 JSON",
"slug": "xml-to-json",
"category": "converter",
"tags": ["xml", "json", "converter", "format"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "将 XML 格式转换为 JSON 格式",
"longDescription": "XML 转 JSON 工具可以在 XML 和 JSON 两种数据格式之间进行转换,支持自动转换、格式化输出、保留属性等功能,是处理数据格式的必备工具。",
"icon": "🔄",
"color": "#a8edea",
"entry": "tools/xml-to-json/app.html",
"detail": "tools/xml-to-json/index.html",
"createdAt": "2025-12-23",
"updatedAt": "2025-12-23",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "markdown-to-html",
"name": "Markdown 转 HTML",
"slug": "markdown-to-html",
"category": "text",
"tags": ["markdown", "html", "converter", "editor"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "实时将 Markdown 转换为 HTML 并预览",
"longDescription": "Markdown 转 HTML 工具可以实时将 Markdown 格式的文本转换为 HTML,支持常用 Markdown 语法,包括标题、列表、代码块、链接、图片等,支持复制和下载 HTML。",
"icon": "📝",
"color": "#30cfd0",
"entry": "tools/markdown-to-html/app.html",
"detail": "tools/markdown-to-html/index.html",
"createdAt": "2025-12-23",
"updatedAt": "2025-12-23",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "hash-generator",
"name": "哈希生成器",
"slug": "hash-generator",
"category": "developer",
"tags": ["hash", "md5", "sha", "crypto", "security"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "计算文本的 MD5、SHA-1、SHA-256 等哈希值",
"longDescription": "哈希生成器可以计算任意文本的多种哈希值,包括 MD5、SHA-1、SHA-256、SHA-384、SHA-512 以及 Base64 编码。使用浏览器原生 Web Crypto API,完全在本地运行。",
"icon": "🔐",
"color": "#764ba2",
"entry": "tools/hash-generator/app.html",
"detail": "tools/hash-generator/index.html",
"createdAt": "2025-12-23",
"updatedAt": "2025-12-23",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "html-entity",
"name": "HTML 实体编码/解码",
"slug": "html-entity",
"category": "converter",
"tags": ["html", "entity", "encode", "decode"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "将 HTML 特殊字符转换为实体编码或反向转换",
"longDescription": "HTML 实体编码/解码工具可以帮助你在 HTML 特殊字符和实体编码之间进行转换。支持常用符号、货币符号、数学符号等。",
"icon": "🔤",
"color": "#f5576c",
"entry": "tools/html-entity/app.html",
"detail": "tools/html-entity/index.html",
"createdAt": "2025-12-23",
"updatedAt": "2025-12-23",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "case-converter",
"name": "大小写转换工具",
"slug": "case-converter",
"category": "text",
"tags": ["text", "case", "converter", "format"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "在各种命名格式之间转换文本",
"longDescription": "大小写转换工具可以帮助你在各种文本格式之间进行转换,包括大小写转换和各种编程命名格式(camelCase、PascalCase、snake_case、kebab-case 等)。",
"icon": "🔠",
"color": "#4facfe",
"entry": "tools/case-converter/app.html",
"detail": "tools/case-converter/index.html",
"createdAt": "2025-12-23",
"updatedAt": "2025-12-23",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "css-minifier",
"name": "CSS 压缩/格式化工具",
"slug": "css-minifier",
"category": "developer",
"tags": ["css", "minifier", "beautifier", "formatter"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "压缩和美化 CSS 代码",
"longDescription": "CSS 压缩/格式化工具可以帮助你优化 CSS 代码。压缩模式可以减少文件大小,提高加载速度;格式化模式可以让代码更易读。显示压缩前后大小对比。",
"icon": "🎨",
"color": "#330867",
"entry": "tools/css-minifier/app.html",
"detail": "tools/css-minifier/index.html",
"createdAt": "2025-12-23",
"updatedAt": "2025-12-23",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "cron-generator",
"name": "Cron 表达式生成器",
"slug": "cron-generator",
"category": "developer",
"tags": ["cron", "scheduler", "expression", "generator"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "可视化和生成 Cron 定时任务表达式",
"longDescription": "Cron 表达式生成器可以帮助你通过可视化界面创建和理解 Cron 定时任务表达式。支持预设模板(每小时、每天、每周等)和自定义配置。",
"icon": "⏰",
"color": "#764ba2",
"entry": "tools/cron-generator/app.html",
"detail": "tools/cron-generator/index.html",
"createdAt": "2025-12-23",
"updatedAt": "2025-12-23",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "percentage-calculator",
"name": "百分比计算器",
"slug": "percentage-calculator",
"category": "utility",
"tags": ["calculator", "percentage", "math", "utility"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "快速计算百分比相关问题",
"longDescription": "百分比计算器可以帮助你快速解决各种百分比计算问题,包括求百分比值、计算占比、百分比增减、百分比差异等。",
"icon": "📊",
"color": "#fcb69f",
"entry": "tools/percentage-calculator/app.html",
"detail": "tools/percentage-calculator/index.html",
"createdAt": "2025-12-23",
"updatedAt": "2025-12-23",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "lorem-ipsum",
"name": "Lorem Ipsum 生成器",
"slug": "lorem-ipsum",
"category": "text",
"tags": ["lorem", "ipsum", "placeholder", "generator"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "生成占位文本用于设计和测试",
"longDescription": "Lorem Ipsum 生成器可以生成经典的占位文本,用于网页设计、排版测试和原型制作。支持生成段落、句子和单词,显示字数和字符统计。",
"icon": "📄",
"color": "#fa709a",
"entry": "tools/lorem-ipsum/app.html",
"detail": "tools/lorem-ipsum/index.html",
"createdAt": "2025-12-23",
"updatedAt": "2025-12-23",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "yaml-validator",
"name": "YAML 验证器",
"slug": "yaml-validator",
"category": "converter",
"tags": ["yaml", "validator", "json", "converter"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "验证 YAML 语法并转换为 JSON",
"longDescription": "YAML 验证器可以帮助你验证 YAML 语法是否正确,并将其转换为 JSON 格式以便查看。支持常见 YAML 数据类型。",
"icon": "✅",
"color": "#11998e",
"entry": "tools/yaml-validator/app.html",
"detail": "tools/yaml-validator/index.html",
"createdAt": "2025-12-23",
"updatedAt": "2025-12-23",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
},
{
"id": "slug-generator",
"name": "URL Slug 生成器",
"slug": "slug-generator",
"category": "text",
"tags": ["slug", "url", "generator", "seo"],
"author": "JustHTMLs",
"authorUrl": "https://github.com/justhtmls",
"version": "1.0.0",
"description": "将标题或文本转换为 URL 友好的 slug",
"longDescription": "URL Slug 生成器可以将标题或文本转换为 URL 友好的格式,用于创建美观且 SEO 友好的网址。支持连字符和下划线分隔符、可选小写转换、移除停用词等。",
"icon": "🔗",
"color": "#a8edea",
"entry": "tools/slug-generator/app.html",
"detail": "tools/slug-generator/index.html",
"createdAt": "2025-12-23",
"updatedAt": "2025-12-23",
"featured": true,
"repo": "https://github.com/justhtmls/html-tools"
}
],
"categories": [
{
"id": "converter",
"name": "格式转换",
"icon": "🔄",
"description": "各种文件和数据格式之间的转换工具"
},
{
"id": "developer",
"name": "开发者工具",
"icon": "👨‍💻",
"description": "面向开发者的实用工具集合"
},
{
"id": "text",
"name": "文本处理",
"icon": "📝",
"description": "文本编辑、格式化和处理工具"
},
{
"id": "image",
"name": "图片处理",
"icon": "🖼️",
"description": "图片编辑、转换和优化工具"
},
{
"id": "utility",
"name": "实用工具",
"icon": "🧰",
"description": "日常生活中的实用小工具"
}
]
}