Lispify

The Web, with a lisp.

Hvad er Lispify?

Lispify er en Chrome-udvidelse udviklet af https://katipologic.com, og dens hovedfunktion er "The Web, with a lisp.".

Udvidelsesskærmbilleder

screenshot

Download Lispify-udvidelses-CRX-fil

Download Lispify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Lispify Lispify
ID kpifefbjebahjmdjmhnifljhelnlondh
Officiel URL https://chromewebstore.google.com/detail/lispify/kpifefbjebahjmdjmhnifljhelnlondh
Beskrivelse The Web, with a lisp.
Filstørrelse 143 KB
Antal Installationer 48
Nuværende Version 1.1
Senest Opdateret 2014-08-08
Udgivelsesdato 2014-08-08
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler https://katipologic.com
Betalingsmetode free
Understøttede Sprog 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"
    ]
}