X Word Replacer

Quickly replacing words in web pages

X Word Replacerคืออะไร?

X Word Replacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pughtml.com และคุณลักษณะหลักของมันคือ "Quickly replacing words in web pages"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย X Word Replacer

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}