Find and replace
A tool that help you find and replace text.
What is Find and replace?
Find and replace is a Chrome extension developed by zhanghengyou, and its main feature is "A tool that help you find and replace text.".
Extension Screenshots
Download Find and replace Extension CRX File
Download Find and replace extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Supports: 1. Find and replace automatically after web page loading is complete. 2. Save multiple rules. 3. Run automatic, manual or realtime. 4. The search results can be used as parameters in the replace text. 5. Use regular expressions for matching. 6. Support groups. 7. Support context menu and keyboard shortcuts. 8. Open in sidebar or popup.
Extension Basic Information
Name | Find and replace |
ID | bhmpidliobdjgkohacnkgfagkdmckcia |
Official URL | https://chromewebstore.google.com/detail/find-and-replace/bhmpidliobdjgkohacnkgfagkdmckcia |
Description | A tool that help you find and replace text. |
File Size | 141 KB |
Installation Count | 1,342 |
Current Version | 2.7 |
Last Updated | 2024-02-26 |
Publish Date | 2023-04-25 |
Rating | 4.56/5 Total 16 Ratings |
Developer | zhanghengyou |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Find and replace", "description": "A tool that help you find and replace text.", "version": "2.7", "manifest_version": 3, "permissions": [ "tabs", "activeTab", "scripting", "storage", "sidePanel", "contextMenus" ], "icons": { "16": "find_and_replace.png", "32": "find_and_replace.png", "48": "find_and_replace.png" }, "action": { "default_icon": "find_and_replace.png" }, "side_panel": { "default_path": "index.html" }, "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ " |