Find & Replace for Text Editing
Adds search & replace tool for input fields and editable text content.
什麼是Find & Replace for Text Editing?
Find & Replace for Text Editing是由Dalimil Hajek開發的Chrome擴展程式,該擴展的主要功能是“Adds search & replace tool for input fields and editable text content.”。
擴展截圖
下載Find & Replace for Text Editing擴展crx文件
下載Find & Replace for Text Editing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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)
擴展基本資訊
名稱 | Find & Replace for Text Editing |
ID | mogefjlnnldblkakpbakdaffphhjfjba |
官方網址 | https://chromewebstore.google.com/detail/find-replace-for-text-edi/mogefjlnnldblkakpbakdaffphhjfjba |
簡介 | Adds search & replace tool for input fields and editable text content. |
檔案大小 | 948 KB |
安裝次數 | 3,000 |
目前版本 | 1.4.1 |
更新時間 | 2024-02-14 |
上架時間 | 2023-12-22 |
評分 | 4.64/5 共 11 次評分 |
開發者 | Dalimil Hajek |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://find-and-replace-f6588.firebaseapp.com/ |
說明頁面URL | https://find-and-replace-f6588.firebaseapp.com/ |
隱私政策頁面URL | https://find-and-replace-f6588.firebaseapp.com/privacy.html |
支援的語言 | 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" } } } } |