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
官方網址 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"
    ]
}