X Word Replacer

Quickly replacing words in web pages

X Word Replacerとは何ですか?

X Word Replacerはhttps://pughtml.comによって開発されたChromeの拡張機能で、その主な機能は「Quickly replacing words in web pages」です。

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

screenshot

X Word Replacer拡張機能のCRXファイルをダウンロード

X Word Replacer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        X Words Replacer is a tool for office used for search and replace words in any field of text (input, textarea, paragraph...) on web pages.                    

拡張機能の基本情報

名前 X Word Replacer X Word Replacer
ID efcnkaeocmkpckkenjinmdgkbjhajoca
公式URL https://chromewebstore.google.com/detail/x-word-replacer/efcnkaeocmkpckkenjinmdgkbjhajoca
説明 Quickly replacing words in web pages
ファイルサイズ 59.38 KB
インストール数 968
現在のバージョン 1.0.4.1
最終更新日 2024-02-26
公開日 2018-05-02
評価 4.25/5 合計 12 レビュー
開発者 https://pughtml.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://viet.pughtml.com
ヘルプページのURL https://viet.pughtml.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "X Word Replacer",
    "description": "Quickly replacing words in web pages",
    "version": "1.0.4.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "X Word Replacer",
        "default_popup": "index.html",
        "default_icon": "images\/icon_128.png"
    },
    "icons": {
        "128": "favicon.png"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content-script.js"
            ],
            "css": [
                "content\/styles.css"
            ]
        }
    ],
    "offline_enabled": true
}