Naming Wrongs

Righting naming wrongs.

Naming Wrongsคืออะไร?

Naming Wrongs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jpnance และคุณลักษณะหลักของมันคือ "Righting naming wrongs."

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

screenshot

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

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

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

                        On several sports media sites, this extension replaces the corporate-sponsored names of stadiums, arenas, and bowl games with their original and better-known names. The list of sites the extension works on, as well as the names it affects, can be found at http://www.coinflipper.org/~jpnance/wrongs.php. The replacement list is far from complete so, if you see something missing or want this to work on a different site, please email [email protected] or leave feedback here!                    

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

ชื่อ Naming Wrongs Naming Wrongs
ID imoflnaehimpoefaeljfkllbgkdopgnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/naming-wrongs/imoflnaehimpoefaeljfkllbgkdopgnb
คำอธิบาย Righting naming wrongs.
ขนาดไฟล์ 5.49 KB
จำนวนการติดตั้ง 88
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2016-12-27
วันที่เผยแพร่ 2016-12-27
คะแนน 4.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา jpnance
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Naming Wrongs",
    "version": "2.1",
    "description": "Righting naming wrongs.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "wrongs.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "wrongs.json"
    ]
}