Lispify
The Web, with a lisp.
Vad är Lispify?
Lispify är en Chrome-tillägg utvecklad av https://katipologic.com, och dess huvudfunktion är "The Web, with a lisp.".
Tilläggsskärmbilder
Ladda ner Lispify-förlängningens CRX-fil
Ladda ner Lispify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | kpifefbjebahjmdjmhnifljhelnlondh |
Officiell webbadress | https://chromewebstore.google.com/detail/lispify/kpifefbjebahjmdjmhnifljhelnlondh |
Beskrivning | The Web, with a lisp. |
Filstorlek | 143 KB |
Antal Installationer | 48 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2014-08-08 |
Publiceringsdatum | 2014-08-08 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | https://katipologic.com |
Betalningssätt | free |
Stödda Språk | 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" ] } |