HotToHonk

Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.

HotToHonkคืออะไร?

HotToHonk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cain Kilgore และคุณลักษณะหลักของมันคือ "Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes."

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

screenshot

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

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

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

                        Hot to Honk is a simple Chrome Extension which takes over your page and replaces any instances of "hot" to "honk". Subtle, but it's guaranteed to get you at some point. Install it on a friend's computer, install it on a co-workers computer, get really confused at GitHub Hotfixes, and much more!                    

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

ชื่อ HotToHonk HotToHonk
ID mhpfnbgjphkldelhiainlmlpofpjnlak
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hottohonk/mhpfnbgjphkldelhiainlmlpofpjnlak
คำอธิบาย Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.
ขนาดไฟล์ 52.52 KB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2019-10-30
วันที่เผยแพร่ 2019-10-30
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Cain Kilgore
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cainkilgore.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HotToHonk",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Replace all instances of hot to honk, in celebration of the release of Untitled Goose Game. Also a funny joke related to hotfixes.",
    "homepage_url": "https:\/\/cainkilgore.com",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "honk.png"
    }
}