Haverfordonyms

Haverfordize your browsing experience!

Haverfordonymsคืออะไร?

Haverfordonyms เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HaverCorp และคุณลักษณะหลักของมันคือ "Haverfordize your browsing experience!"

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

screenshot

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

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

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

                        Turns lame words in your browser (tortilla) into awesome Tom Haverford-ized words (bean blankie).

---

Chicken Cacciatore -> Chicky Catch
Fried Chicken -> Fri Fri Chicky Chick
Chicken Parm -> Chicky Chicky Parm Parm
Noodle -> Long Ass Rice
Cake -> Big ol' Cookie
Air Conditioner -> Cool Blasterz
Sandwiches -> Adam Sandlers
Entree -> Tray Tray
Dessert -> Zert
Egg -> Pre-bird or Future Bird
Root Beer -> Super Water
Fork -> Food Rake
Tortilla -> Bean Blankie
Car -> Go-go Mobile

---

(from the T.V. show Parks and Recreation)

problems & ideas: [email protected]                    

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

ชื่อ Haverfordonyms Haverfordonyms
ID lgaebaeaofpkegijbhlcpekeagmdfekc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/haverfordonyms/lgaebaeaofpkegijbhlcpekeagmdfekc
คำอธิบาย Haverfordize your browsing experience!
ขนาดไฟล์ 39.87 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2014-02-10
วันที่เผยแพร่ 2014-02-09
คะแนน 4.40/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา HaverCorp
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Haverfordonyms",
    "version": "0.2",
    "description": "Haverfordize your browsing experience!",
    "author": "jkeat",
    "icons": {
        "128": "haverford_128.png",
        "48": "haverford_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}