Haverfordonyms

Haverfordize your browsing experience!

What is Haverfordonyms?

Haverfordonyms is a Chrome extension developed by HaverCorp, and its main feature is "Haverfordize your browsing experience!".

Extension Screenshots

screenshot

Download Haverfordonyms Extension CRX File

Download Haverfordonyms extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name Haverfordonyms Haverfordonyms
ID lgaebaeaofpkegijbhlcpekeagmdfekc
Official URL https://chromewebstore.google.com/detail/haverfordonyms/lgaebaeaofpkegijbhlcpekeagmdfekc
Description Haverfordize your browsing experience!
File Size 39.87 KB
Installation Count 40
Current Version 0.2
Last Updated 2014-02-10
Publish Date 2014-02-09
Rating 4.40/5 Total 10 Ratings
Developer HaverCorp
Payment Type free
Supported Languages 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"
        }
    ]
}