Yoda on the Web

Takes all the text in header tags and replaces them with how Master Yoda would speak it.

Yoda on the Web क्या है?

Yoda on the Web jon.norstrom द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Takes all the text in header tags and replaces them with how Master Yoda would speak it."।

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

crx प्रारूप में Yoda on the Web एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम Yoda on the Web Yoda on the Web
ID pedhgknpekfpfcojephlhclmbiekinam
आधिकारिक URL https://chromewebstore.google.com/detail/yoda-on-the-web/pedhgknpekfpfcojephlhclmbiekinam
विवरण Takes all the text in header tags and replaces them with how Master Yoda would speak it.
फ़ाइल का आकार 62.01 KB
स्थापना संख्या 30
वर्तमान संस्करण 0.1
अंतिम अपडेट 2016-09-05
प्रकाशन तिथि 2016-09-05
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर jon.norstrom
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yoda on the Web",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-310min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "Yoda16.png",
        "48": "Yoda48.png",
        "128": "Yoda128.png"
    },
    "description": "Takes all the text in header tags and replaces them with how Master Yoda would speak it."
}