Name Corrector

Correctly names famous people who have been incorrectly identified

Name Correctorคืออะไร?

Name Corrector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gomeza08 และคุณลักษณะหลักของมันคือ "Correctly names famous people who have been incorrectly identified"

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

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

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

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

                        Some unfortunate souls are constantly mis-identified on the internet. This extension fixes that for you. Go to http://bit.ly/1KonDJ1 and http://bit.ly/1GKw5xs to verify and please alert the creator if anyone else has this same problem.                    

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

ชื่อ Name Corrector Name Corrector
ID abofacofognfjhklaeeinbaifjekillj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/name-corrector/abofacofognfjhklaeeinbaifjekillj
คำอธิบาย Correctly names famous people who have been incorrectly identified
ขนาดไฟล์ 15.21 KB
จำนวนการติดตั้ง 107
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-02-19
วันที่เผยแพร่ 2019-02-19
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา gomeza08
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Name Corrector",
    "version": "1.2",
    "description": "Correctly names famous people who have been incorrectly identified",
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "32": "icon_32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}