It's Video Games

Replaces the text 'videogames' with 'video games' the way the author no doubt intended.

It's Video Gamesคืออะไร?

It's Video Games เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Replaces the text 'videogames' with 'video games' the way the author no doubt intended."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย It's Video Games

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

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

                        We all know 'video games' is properly spelled as two words. Some people just accidentally write it as if it's a compound word. This extension simply corrects that mistake for them, sparing you any uncomfortable discussions with your favorite web authors.                    

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

ชื่อ It's Video Games It's Video Games
ID bpljcfihdpogcmgmpboahejajkffhnfo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/its-video-games/bpljcfihdpogcmgmpboahejajkffhnfo
คำอธิบาย Replaces the text 'videogames' with 'video games' the way the author no doubt intended.
ขนาดไฟล์ 8.29 KB
จำนวนการติดตั้ง 80
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2014-07-15
วันที่เผยแพร่ 2014-07-14
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/tabacco/its-video-games
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "It's Video Games",
    "version": "1.0.1",
    "description": "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}