Find Replace
A simple find and replace extension.
Wat is Find Replace?
Find Replace is een Chrome-extensie ontwikkeld door USA Web Development, LLC, en de belangrijkste functie is "A simple find and replace extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie Find Replace
Download Find Replace-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Find Replace |
ID | lchlicjgphiemnihicjkgfjddjmlgcdl |
Officiële URL | https://chromewebstore.google.com/detail/find-replace/lchlicjgphiemnihicjkgfjddjmlgcdl |
Beschrijving | A simple find and replace extension. |
Bestandsgrootte | 56.34 KB |
Aantal Installaties | 1,174 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2023-02-23 |
Publicatiedatum | 2020-10-07 |
Beoordeling | 2.14/5 Totaal 7 Beoordelingen |
Ontwikkelaar | USA Web Development, LLC |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |