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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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."
}