Text replacer

You can change any text in any website you want!

Text replacerคืออะไร?

Text replacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย madmon18 และคุณลักษณะหลักของมันคือ "You can change any text in any website you want!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text replacer

ดาวน์โหลดไฟล์ส่วนขยาย Text replacer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With this tool you will be able to replace any text in any website you want 
press "Ctrl + b" to insert the words you want to replace
press "Ctrl + Alt + b" to see the words you already replaced
enjoy!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Text replacer Text replacer
ID omigokpnmglhaplhdemeiaigmojaalba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/text-replacer/omigokpnmglhaplhdemeiaigmojaalba
คำอธิบาย You can change any text in any website you want!
ขนาดไฟล์ 1.33 MB
จำนวนการติดตั้ง 420
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2017-12-17
วันที่เผยแพร่ 2017-12-17
คะแนน 2.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา madmon18
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text replacer",
    "description": "You can change any text in any website you want!",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "yair.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "yair.js"
            ]
        }
    ]
}