Find & Replace for Text Editing
Adds search & replace tool for input fields and editable text content.
Find & Replace for Text Editing là gì?
Find & Replace for Text Editing là một tiện ích mở rộng Chrome được phát triển bởi Dalimil Hajek, và tính năng chính của nó là "Adds search & replace tool for input fields and editable text content.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Find & Replace for Text Editing
Tải xuống các tệp mở rộng Find & Replace for Text Editing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Find & Replace for Text Editing is an extension that allows you to search and replace text in input areas, directly in your browser. It works for any editable text, and automatically highlights all found occurrences as you type in your search term. Use it for composing long emails, blog articles, or forum posts. Extra Features: * Save to Favorites * History * Text Templates (click to paste into page) * Regular expression info previews * Occurrence highlighting Search Options: * Match Case (case-sensitive search) * Whole Words * Regular Expressions * Limit search to text selection * Include single-line inputs in search Shortcut to Open: Ctrl+Shift+F (Mac: Cmd+Shift+F)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Find & Replace for Text Editing |
ID | mogefjlnnldblkakpbakdaffphhjfjba |
URL Chính Thức | https://chromewebstore.google.com/detail/find-replace-for-text-edi/mogefjlnnldblkakpbakdaffphhjfjba |
Mô tả | Adds search & replace tool for input fields and editable text content. |
Kích Thước Tệp | 948 KB |
Số Lần Cài Đặt | 3,000 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2024-02-14 |
Ngày Phát Hành | 2023-12-22 |
Đánh Giá | 4.64/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Dalimil Hajek |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://find-and-replace-f6588.firebaseapp.com/ |
URL Trang Trợ Giúp | https://find-and-replace-f6588.firebaseapp.com/ |
URL Trang Chính Sách Bảo Mật | https://find-and-replace-f6588.firebaseapp.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Find & Replace for Text Editing", "version": "1.4.1", "description": "Adds search & replace tool for input fields and editable text content.", "author": "Dalimil Hajek", "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "32": "images\/icon32.png" }, "permissions": [ "activeTab", "contextMenus", "storage", "scripting" ], "background": { "service_worker": "src\/background.js" }, "action": { "default_title": "Find & Replace", "default_popup": "src\/widget\/widget.html", "default_icon": { "32": "images\/icon32.png" } }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "Command+Shift+F" } } } } |