Wordy Changey

It changes words

Wordy Changeyคืออะไร?

Wordy Changey เป็นส่วนขยายของ Chrome ที่พัฒนาโดย P1g3oN และคุณลักษณะหลักของมันคือ "It changes words"

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

screenshot
screenshot
screenshot

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

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

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

                        It changes any words you want.

Way easier to use than Word Replacer II! Just press the icon in the top right corner.                    

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

ชื่อ Wordy Changey Wordy Changey
ID ahpimaknanndebgdfdbcgibblcpdelde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wordy-changey/ahpimaknanndebgdfdbcgibblcpdelde
คำอธิบาย It changes words
ขนาดไฟล์ 53.07 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-11-13
วันที่เผยแพร่ 2018-10-16
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา P1g3oN
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wordy Changey",
    "version": "1.0",
    "description": "It changes words",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon16.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}