llms.txt 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # FeHelper(前端助手)- Chrome浏览器扩展
  2. # Web前端各种小工具集合
  3. ## 目录
  4. - [简介](#简介)
  5. - [特性](#特性)
  6. - [许可](#许可)
  7. - [访问规则](#访问规则)
  8. ## 简介
  9. FeHelper(前端助手)是一个Chrome浏览器扩展,包含了前端开发过程中经常用到的小工具集合。旨在帮助前端开发者提高工作效率。
  10. ## 特性
  11. FeHelper提供了众多实用工具,包括但不限于:
  12. - [JSON格式化工具](/docs/json-format.md) - JSON数据的美化、格式化、压缩、转义等
  13. - [代码美化工具](/docs/code-beautify.md) - 美化HTML、CSS、JS等代码
  14. - [代码压缩工具](/docs/code-compress.md) - 压缩HTML、CSS、JS等代码
  15. - [二维码生成器](/docs/qr-code.md) - 将文本或URL转换为二维码
  16. - [页面性能检测](/docs/page-timing.md) - 分析网页加载性能
  17. - [网页截图工具](/docs/screenshot.md) - 网页滚动截屏
  18. - [字符串编解码](/docs/en-decode.md) - 各种编码/解码工具
  19. - [正则表达式测试](/docs/regexp.md) - 正则表达式在线测试
  20. - [时间转换工具](/docs/timestamp.md) - 时间戳与日期的相互转换
  21. - [图片Base64编码](/docs/image-base64.md) - 图片与Base64编码相互转换
  22. - [JSON对比工具](/docs/json-diff.md) - 比较两个JSON数据的差异
  23. - [颜色拾取器](/docs/color-picker.md) - 从网页上拾取颜色
  24. - [Postman接口调试](/docs/postman.md) - 接口调试工具
  25. - [Websocket调试](/docs/websocket.md) - Websocket连接测试工具
  26. - [便签笔记](/docs/sticky-notes.md) - 简单的便签记事本
  27. - [网格尺](/docs/grid-ruler.md) - 页面尺寸测量工具
  28. - [SVG转换器](/docs/svg-converter.md) - SVG与其他格式的转换
  29. - [Excel转JSON](/docs/excel2json.md) - Excel文件与JSON数据转换
  30. - [HTML转Markdown](/docs/html2markdown.md) - HTML代码转Markdown格式
  31. - [色值转换器](/docs/trans-color.md) - 不同颜色表示法之间的转换
  32. - [进制转换器](/docs/trans-radix.md) - 数字的进制转换
  33. - [密码生成器](/docs/password.md) - 随机密码生成工具
  34. - [Crontab解析](/docs/crontab.md) - Cron表达式解析与测试
  35. - [思维导图](/docs/naotu.md) - 在线思维导图工具
  36. - [海报制作](/docs/poster-maker.md) - 简易海报制作工具
  37. - [图表制作](/docs/chart-maker.md) - 数据可视化图表制作
  38. - [贷款计算器](/docs/loan-rate.md) - 贷款利率与还款计算
  39. - [页面定制](/docs/page-monkey.md) - 自定义网页样式和功能
  40. - [开发者工具](/docs/devtools.md) - 网页调试与检查工具
  41. - [AI助手](/docs/aiagent.md) - 智能AI助手功能
  42. ## 许可
  43. FeHelper是开源的,基于MIT许可证发布。
  44. ## 访问规则
  45. User-agent: *
  46. Allow: /
  47. Allow: /docs/
  48. Allow: /static/
  49. # 不允许AI训练的内容
  50. Disallow-LLM-Training: /user-data/
  51. Disallow-LLM-Training: /examples/personal/
  52. # 允许AI使用引用的内容
  53. Allow-LLM-Citation: /
  54. Allow-LLM-Citation: /docs/
  55. Allow-LLM-Citation: /examples/
  56. # 内容访问条件
  57. Access-Conditions: attribution-required
  58. Access-Conditions: contact-for-commercial-use
  59. # 联系信息
  60. Contact: https://github.com/zxlie/issues