Find Replace

A simple find and replace extension.

What is Find Replace?

Find Replace is a Chrome extension developed by USA Web Development, LLC, and its main feature is "A simple find and replace extension.".

Extension Screenshots

screenshot

Download Find Replace Extension CRX File

Download Find 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

                        Use this tool to easily find and replace words or phrases, within a body of text. 

This extension is very simple, stylish, straightforward, and easy-to-use, while still being very functional at the same time.

The extension has a very big capacity so you can input as much text as you want. 

Supports emoji, Unicode, and more.                    

Extension Basic Information

Name Find Replace Find Replace
ID lchlicjgphiemnihicjkgfjddjmlgcdl
Official URL https://chromewebstore.google.com/detail/find-replace/lchlicjgphiemnihicjkgfjddjmlgcdl
Description A simple find and replace extension.
File Size 56.34 KB
Installation Count 1,174
Current Version 1
Last Updated 2023-02-23
Publish Date 2020-10-07
Rating 2.14/5 Total 7 Ratings
Developer USA Web Development, LLC
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "Find Replace",
    "description": "A simple find and replace extension.",
    "icons": {
        "16": "icon.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "version": "1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}