Lispify

The Web, with a lisp.

ما هو Lispify؟

Lispify هو إضافة Chrome تم تطويرها بواسطة https://katipologic.com، والميزة الرئيسية لها هي "The Web, with a lisp.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Lispify

قم بتنزيل ملفات الامتداد Lispify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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