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 là gì?

Yoda on the Web là một tiện ích mở rộng Chrome được phát triển bởi jon.norstrom, và tính năng chính của nó là "Takes all the text in header tags and replaces them with how Master Yoda would speak it.".

Tải xuống tệp CRX của tiện ích mở rộng Yoda on the Web

Tải xuống các tệp mở rộng Yoda on the Web dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yoda on the Web Yoda on the Web
ID pedhgknpekfpfcojephlhclmbiekinam
URL Chính Thức https://chromewebstore.google.com/detail/yoda-on-the-web/pedhgknpekfpfcojephlhclmbiekinam
Mô tả Takes all the text in header tags and replaces them with how Master Yoda would speak it.
Kích Thước Tệp 62.01 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-09-05
Ngày Phát Hành 2016-09-05
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển jon.norstrom
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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."
}