Lispify

The Web, with a lisp.

O que é Lispify?

Lispify é uma extensão do Chrome desenvolvida por https://katipologic.com, e sua principal característica é "The Web, with a lisp.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Lispify

Baixe arquivos de extensão Lispify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Lispify Lispify
ID kpifefbjebahjmdjmhnifljhelnlondh
URL Oficial https://chromewebstore.google.com/detail/lispify/kpifefbjebahjmdjmhnifljhelnlondh
Descrição The Web, with a lisp.
Tamanho do Arquivo 143 KB
Contagem de Instalações 48
Versão Atual 1.1
Última Atualização 2014-08-08
Data de Publicação 2014-08-08
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://katipologic.com
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}