Find Replace

A simple find and replace extension.

Vad är Find Replace?

Find Replace är en Chrome-tillägg utvecklad av USA Web Development, LLC, och dess huvudfunktion är "A simple find and replace extension.".

Tilläggsskärmbilder

screenshot

Ladda ner Find Replace-förlängningens CRX-fil

Ladda ner Find Replace-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Find Replace Find Replace
ID lchlicjgphiemnihicjkgfjddjmlgcdl
Officiell webbadress https://chromewebstore.google.com/detail/find-replace/lchlicjgphiemnihicjkgfjddjmlgcdl
Beskrivning A simple find and replace extension.
Filstorlek 56.34 KB
Antal Installationer 1,174
Aktuell Version 1
Senast Uppdaterad 2023-02-23
Publiceringsdatum 2020-10-07
Betyg 2.14/5 Totalt 7 Betyg
Utvecklare USA Web Development, LLC
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}