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开发的Chrome扩展程序,该扩展的主要功能是“Takes all the text in header tags and replaces them with how Master Yoda would speak it.”。

下载Yoda on the Web扩展crx文件

下载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."
}