Lispify

The Web, with a lisp.

Что такое Lispify?

Lispify - это расширение Chrome, разработанное https://katipologic.com, и его основная функция - "The Web, with a lisp.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Lispify

Скачайте файлы расширений Lispify в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Lispify Lispify
ID kpifefbjebahjmdjmhnifljhelnlondh
Официальный URL https://chromewebstore.google.com/detail/lispify/kpifefbjebahjmdjmhnifljhelnlondh
Описание The Web, with a lisp.
Размер файла 143 KB
Количество установок 48
Текущая Версия 1.1
Последнее Обновление 2014-08-08
Дата публикации 2014-08-08
Рейтинг 5.00/5 Всего 4 оценок
Разработчик https://katipologic.com
Тип оплаты free
Поддерживаемые языки 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"
    ]
}