Lispify
The Web, with a lisp.
Wat is Lispify?
Lispify is een Chrome-extensie ontwikkeld door https://katipologic.com, en de belangrijkste functie is "The Web, with a lisp.".
Extensie Screenshots
Download het CRX-bestand van de extensie Lispify
Download Lispify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | kpifefbjebahjmdjmhnifljhelnlondh |
Officiële URL | https://chromewebstore.google.com/detail/lispify/kpifefbjebahjmdjmhnifljhelnlondh |
Beschrijving | The Web, with a lisp. |
Bestandsgrootte | 143 KB |
Aantal Installaties | 48 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2014-08-08 |
Publicatiedatum | 2014-08-08 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://katipologic.com |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |