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
官方網址 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
電子郵箱 [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
}