Find & Replace for Text Editing

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

Τι είναι το Find & Replace for Text Editing;

Το Find & Replace for Text Editing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dalimil Hajek, και η κύρια λειτουργία του είναι "Adds search & replace tool for input fields and editable text content.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Find & Replace for Text Editing

Λήψη αρχείων επέκτασης Find & Replace for Text Editing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Find & Replace for Text Editing Find & Replace for Text Editing
ID mogefjlnnldblkakpbakdaffphhjfjba
Επίσημο URL https://chromewebstore.google.com/detail/find-replace-for-text-edi/mogefjlnnldblkakpbakdaffphhjfjba
Περιγραφή Adds search & replace tool for input fields and editable text content.
Μέγεθος Αρχείου 948 KB
Αριθμός Εγκαταστάσεων 3,000
Τρέχουσα Έκδοση 1.4.1
Τελευταία Ενημέρωση 2024-02-14
Ημερομηνία Δημοσίευσης 2023-12-22
Αξιολόγηση 4.64/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής Dalimil Hajek
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://find-and-replace-f6588.firebaseapp.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://find-and-replace-f6588.firebaseapp.com/
URL της Σελίδας Πολιτικής Απορρήτου https://find-and-replace-f6588.firebaseapp.com/privacy.html
Υποστηριζόμενες Γλώσσες 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"
            }
        }
    }
}