This commit is contained in:
utf26 2024-08-06 16:31:00 +07:00 committed by GitHub
commit b9535d42db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 190 additions and 0 deletions

View file

@ -388,6 +388,10 @@ tools:
title: Encode/decode URL-formatted strings
description: Encode text to URL-encoded format (also known as "percent-encoded"), or decode from it.
smart-text-replacer:
title: Smart text replacer
description: Search and replace a word on single or multiple occurrences just like windows notepad search and replace.
text-to-binary:
title: Text to ASCII binary
description: Convert text to its ASCII binary representation and vice-versa.

View file

@ -387,3 +387,7 @@ tools:
text-to-binary:
title: 文本到 ASCII 二进制
description: 将文本转换为其 ASCII 二进制表示形式,反之亦然。
smart-text-replacer:
title: 智能文本替换器
description: 像windows记事本一样搜索和替换单个或多个出现的单词。