Text Tools
Handy text tools a click away
什麼是Text Tools?
Text Tools是由https://www.text-tools-online.com開發的Chrome擴展程式,該擴展的主要功能是“Handy text tools a click away”。
擴展截圖
下載Text Tools擴展crx文件
下載Text Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Handy text tools including: - Uppercase - converts all characters to upper case - Title Case - capitalizes every first character of word - Lowercase - converts all characters to lower case - Count characters - counts all characters in text - Count words - counts words in text - Count lines - counts new lines in text - Rotate 13 - Moves each character with 13 positions forward in the ASCII table - Sort lines alpha (case insensitive) - Sorts text lines alphabetically ignoring character case - Sort lines alpha - Sorts text lines alphabetically - Word frequency - How many times each word is used - Character frequency - How many times each character is used - Column from table - Allows you to get text column from HTML table. Copy and paste the table content in the text field and type the column number you want to extract then press Start - Trim lines start - Removes whitespace from beginning of lines - Trim lines end - Removes whitespace from end of lines - Trim lines - Removes whitespace from beginning and end of lines - Replace text with new line - Replaces string with new line - Replace text - Replaces one string with another - Format JSON - Pretty format JSON string - URLEncode - Encode string as URL safe string - URLDecode - Decode URL safe string as regular string - base64encode - Encode text as base64 - base64decode - Decode base64 sting - Add line numbers - Add line number before every line of text - Split text - Splits text by separator - Reverse text - Reverses text - Generate numbers - Generates numbers withing the provided range - Unix to date - Converts UNIX timestamp to Datetime string - Identify Hash - Try to identify hash string - Prefix/Suffix lines - Adds prefix and/or suffix to each line of the text - Format Numbers - Format numbers according to the current browser locale - Underscore - adds underscore to the text - Strikeout - strikes out the text - Shuffle - Shuffle the lines of the text - Remove duplicate lines - Removes duplicate lines from the text - Expand placeholders template ===== CHANGELOG ===== Added replace regexp; Added expand template 1.0.27 - Added function to format US phone numbers 1.0.26 - Added function to strip non-alphanumeric characters 1.0.25 - Migrated to manifest v3 1.0.24 - Removed automatic clipboard support 1.0.23 - Removed GoogleAnalytics 1.0.22 - Added slugify function 1.0.21 - Added Indent lines with spaces; Result is auto-selected after the operation 1.0.20 - Added replace regexp; Added expand template 1.0.19 - Added Remove empty lines 1.0.18 - Removed dependency on jQuery; 1.0.17 - Added trim lines start and end as separate commands to trim white-space from the beginning or the end of each line 1.0.16 - Added Remove duplicate lines 1.0.15 - Added case insensitive line sort 1.0.13 - Added shuffle function 1.0.12 - Added underscore and strikeout functions 1.0.11 - Save/Restore last used tool; 1.0.10 - Added auto number formatting; 1.0.9 - Added prefix/suffix to each line function; 1.0.8 - Fixed replace; Added replace with new line; 1.0.7 - Strip (most of) punctuation from word frequency; 1.0.6 - Frequency lists are now sorted 1.0.5 - Added Title Case convert. Your text is populated from the clipboard; 1.0.4 - Added Unix timestamp to date converter; 1.0.3 - Cleaner icon. Removed links from descriptions; 1.0.2 - Small interface improvements; 1.0.1 - Working Trim lines;
擴展基本資訊
名稱 | Text Tools |
ID | mpcpnbklkemjinipimjcbgjijefholkd |
官方網址 | https://chromewebstore.google.com/detail/text-tools/mpcpnbklkemjinipimjcbgjijefholkd |
簡介 | Handy text tools a click away |
檔案大小 | 13.13 KB |
安裝次數 | 4,522 |
目前版本 | 1.0.27 |
更新時間 | 2023-12-11 |
上架時間 | 2020-06-20 |
評分 | 4.07/5 共 28 次評分 |
開發者 | https://www.text-tools-online.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Text Tools", "short_name": "Text Tools", "version": "1.0.27", "description": "Handy text tools a click away", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "action": { "default_title": "Text tools", "default_popup": "chrome.html", "default_icon": "icon_19.png" } } |