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