Parks and Rec Speak

Read Pawnee-style

What is Parks and Rec Speak?

Parks and Rec Speak is a Chrome extension developed by nzhu94, and its main feature is "Read Pawnee-style".

Extension Screenshots

screenshot

Download Parks and Rec Speak Extension CRX File

Download Parks and Rec Speak 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

                        Read like Tom Haverford and Leslie Knope! Apps! Zerts! Whiz Palace!

Made at PawneeHacks 2017 by Nicole Zhu, Sam Hart, Billy Wu                    

Extension Basic Information

Name Parks and Rec Speak Parks and Rec Speak
ID aghibgjhknbmkfmijmkmckaadnjbhgho
Official URL https://chromewebstore.google.com/detail/parks-and-rec-speak/aghibgjhknbmkfmijmkmckaadnjbhgho
Description Read Pawnee-style
File Size 37.39 KB
Installation Count 14
Current Version 1.0
Last Updated 2017-09-09
Publish Date 2017-09-09
Rating 4.00/5 Total 1 Ratings
Developer nzhu94
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Parks and Rec Speak",
    "version": "1.0",
    "description": "Read Pawnee-style",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}