Find Replace
A simple find and replace extension.
Hvad er Find Replace?
Find Replace er en Chrome-udvidelse udviklet af USA Web Development, LLC, og dens hovedfunktion er "A simple find and replace extension.".
Udvidelsesskærmbilleder
Download Find Replace-udvidelses-CRX-fil
Download Find Replace-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Find Replace |
ID | lchlicjgphiemnihicjkgfjddjmlgcdl |
Officiel URL | https://chromewebstore.google.com/detail/find-replace/lchlicjgphiemnihicjkgfjddjmlgcdl |
Beskrivelse | A simple find and replace extension. |
Filstørrelse | 56.34 KB |
Antal Installationer | 1,174 |
Nuværende Version | 1 |
Senest Opdateret | 2023-02-23 |
Udgivelsesdato | 2020-10-07 |
Bedømmelse | 2.14/5 Samlet 7 Bedømmelser |
Udvikler | USA Web Development, LLC |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |