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