Word Swap!

Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…

Word Swap!คืออะไร?

Word Swap! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Devan H. และคุณลักษณะหลักของมันคือ "Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…"

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

screenshot
screenshot

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

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

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

                        Changes words on webpages to other words!


Switch words or phrases on webpages,  with another words or phrases! 


Have to research somehthing really boring? Swap "The heartworm life cycle" with "Cat meow meow wat?"  


Want to convince a friend you have "hacked" their Facebook account? Give your friends crazy nicknames! 



To add or clear words/phrases:
- Go to your chrome settings
- Click "Extensions" on the left of the page
- Find "Word Swap!" and press "Options" 



*Disclaimer?* It kind of breaks everything if you use small words like 'a'. So, maybe don't do that?                    

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

ชื่อ Word Swap! Word Swap!
ID nanlalaelehhbhiemijidhcjdapfbmdn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/word-swap/nanlalaelehhbhiemijidhcjdapfbmdn
คำอธิบาย Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…
ขนาดไฟล์ 47.99 KB
จำนวนการติดตั้ง 449
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-10-11
วันที่เผยแพร่ 2014-10-11
คะแนน 3.47/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Devan H.
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Swap!",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jq\/jquery-1.11.1.min.js",
                "adlib.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "ga.js"
    ],
    "options_page": "options.html"
}