Lispify
The Web, with a lisp.
Cos'è Lispify?
Lispify è un'estensione di Chrome sviluppata da https://katipologic.com, e la sua funzione principale è "The Web, with a lisp.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lispify
Scarica i file di estensione Lispify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | kpifefbjebahjmdjmhnifljhelnlondh |
URL Ufficiale | https://chromewebstore.google.com/detail/lispify/kpifefbjebahjmdjmhnifljhelnlondh |
Descrizione | The Web, with a lisp. |
Dimensione del File | 143 KB |
Conteggio Installazioni | 48 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-08-08 |
Data di Pubblicazione | 2014-08-08 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://katipologic.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |