Lispify

The Web, with a lisp.

Apa itu Lispify?

Lispify adalah ekstensi Chrome yang dikembangkan oleh https://katipologic.com, dan fitur utamanya adalah "The Web, with a lisp.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lispify

Unduh file ekstensi Lispify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Lispify Lispify
ID kpifefbjebahjmdjmhnifljhelnlondh
URL Resmi https://chromewebstore.google.com/detail/lispify/kpifefbjebahjmdjmhnifljhelnlondh
Deskripsi The Web, with a lisp.
Ukuran File 143 KB
Jumlah Instalasi 48
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-08-08
Tanggal Publikasi 2014-08-08
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://katipologic.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}