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はDalimil Hajekによって開発されたChromeの拡張機能で、その主な機能は「Adds search & replace tool for input fields and editable text content.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Find & Replace for Text Editing拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            }
        }
    }
}