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 هو إضافة Chrome تم تطويرها بواسطة jon.norstrom، والميزة الرئيسية لها هي "Takes all the text in header tags and replaces them with how Master Yoda would speak it.".

تحميل ملف CRX للإضافة Yoda on the Web

قم بتنزيل ملفات الامتداد Yoda on the Web بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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."
}