Lispify

The Web, with a lisp.

什么是Lispify?

Lispify是由https://katipologic.com开发的Chrome扩展程序,该扩展的主要功能是“The Web, with a lisp.”。

扩展截图

screenshot

下载Lispify扩展crx文件

下载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"
    ]
}