Word Swap

This chrome extension allows you to set a word to always appear as a different word on a webpage! Users have used this app to…

Word Swapคืออะไร?

Word Swap เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This chrome extension allows you to set a word to always appear as a different word on a webpage! Users have used this app to…"

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

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

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

                        This chrome extension allows you to set a word to always appear as a different word on a webpage!

Users have used this app to explore representation of gendered words on webpages, change the news in funny ways, and make explicit language disappear!                    

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

ชื่อ Word Swap Word Swap
ID fgjfmpicmbkgfiaaeifkejmnibhcpplk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/word-swap/fgjfmpicmbkgfiaaeifkejmnibhcpplk
คำอธิบาย This chrome extension allows you to set a word to always appear as a different word on a webpage! Users have used this app to…
ขนาดไฟล์ 4.95 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2017-04-19
วันที่เผยแพร่ 2017-04-19
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Swap",
    "version": "0.2.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScripts.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Word Swap",
        "default_popup": "popup.html"
    }
}