Lispify

The Web, with a lisp.

Qu'est-ce que Lispify ?

Lispify est une extension Chrome développée par https://katipologic.com, et sa fonction principale est "The Web, with a lisp.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lispify

Téléchargez les fichiers d'extension Lispify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Lispify Lispify
ID kpifefbjebahjmdjmhnifljhelnlondh
URL Officiel https://chromewebstore.google.com/detail/lispify/kpifefbjebahjmdjmhnifljhelnlondh
Description The Web, with a lisp.
Taille du Fichier 143 KB
Nombre d'Installations 48
Version Actuelle 1.1
Dernière Mise à Jour 2014-08-08
Date de Publication 2014-08-08
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://katipologic.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}