Lispify

The Web, with a lisp.

What is Lispify?

Lispify is a Chrome extension developed by https://katipologic.com, and its main feature is "The Web, with a lisp.".

Extension Screenshots

screenshot

Download Lispify Extension CRX File

Download Lispify 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

                        Converts the text of all Web sites to sound as if it were written with a lisp.

Created by the original developer of Craigs-lisp.org.

Instructions:

1) Install Lispify
2) Browse the Web
3) Hilarity ensues

Lispify can be disabled by clicking the purple L button on your browser's toolbar.                    

Extension Basic Information

Name Lispify Lispify
ID kpifefbjebahjmdjmhnifljhelnlondh
Official URL https://chromewebstore.google.com/detail/lispify/kpifefbjebahjmdjmhnifljhelnlondh
Description The Web, with a lisp.
File Size 143 KB
Installation Count 48
Current Version 1.1
Last Updated 2014-08-08
Publish Date 2014-08-08
Rating 5.00/5 Total 4 Ratings
Developer https://katipologic.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lispify",
    "version": "1.1",
    "description": "The Web, with a lisp.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "Lispify128.png",
        "default_popup": "settings.html"
    },
    "options_page": "settings.html",
    "permissions": [
        "storage"
    ]
}