Find & Replace for Text Editing

Adds search & replace tool for input fields and editable text content.

Qu'est-ce que Find & Replace for Text Editing ?

Find & Replace for Text Editing est une extension Chrome développée par Dalimil Hajek, et sa fonction principale est "Adds search & replace tool for input fields and editable text content.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Find & Replace for Text Editing

Téléchargez les fichiers d'extension Find & Replace for Text Editing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Find & Replace for Text Editing is an extension that allows you to search and replace text in input areas, directly in your browser. It works for any editable text, and automatically highlights all found occurrences as you type in your search term. Use it for composing long emails, blog articles, or forum posts.

Extra Features:
* Save to Favorites
* History
* Text Templates (click to paste into page)
* Regular expression info previews
* Occurrence highlighting

Search Options:
* Match Case (case-sensitive search)
* Whole Words
* Regular Expressions
* Limit search to text selection
* Include single-line inputs in search

Shortcut to Open: Ctrl+Shift+F (Mac: Cmd+Shift+F)                    

Informations de Base sur l'Extension

Nom Find & Replace for Text Editing Find & Replace for Text Editing
ID mogefjlnnldblkakpbakdaffphhjfjba
URL Officiel https://chromewebstore.google.com/detail/find-replace-for-text-edi/mogefjlnnldblkakpbakdaffphhjfjba
Description Adds search & replace tool for input fields and editable text content.
Taille du Fichier 948 KB
Nombre d'Installations 3,000
Version Actuelle 1.4.1
Dernière Mise à Jour 2024-02-14
Date de Publication 2023-12-22
Évaluation 4.64/5 Total 11 Évaluations
Développeur Dalimil Hajek
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://find-and-replace-f6588.firebaseapp.com/
URL de la Page d'Aide https://find-and-replace-f6588.firebaseapp.com/
URL de la Page de Politique de Confidentialité https://find-and-replace-f6588.firebaseapp.com/privacy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Find & Replace for Text Editing",
    "version": "1.4.1",
    "description": "Adds search & replace tool for input fields and editable text content.",
    "author": "Dalimil Hajek",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "32": "images\/icon32.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "scripting"
    ],
    "background": {
        "service_worker": "src\/background.js"
    },
    "action": {
        "default_title": "Find & Replace",
        "default_popup": "src\/widget\/widget.html",
        "default_icon": {
            "32": "images\/icon32.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            }
        }
    }
}