Lispify

The Web, with a lisp.

Lispify क्या है?

Lispify https://katipologic.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Web, with a lisp."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lispify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}