YTFind

YTFind allows you to search for the dialogue in Youtube videos.

YTFindとは何ですか?

YTFindはhttp://mattheakis.comによって開発されたChromeの拡張機能で、その主な機能は「YTFind allows you to search for the dialogue in Youtube videos.」です。

拡張機能のスクリーンショット

screenshot

YTFind拡張機能のCRXファイルをダウンロード

YTFind拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        YTFind allows you to search for the dialogue in Youtube videos. Click on the results of the search to skip to that point in the video. You can also press enter to loop through the results. Integrates best with HTML5 Youtube videos, but works with most videos.                    

拡張機能の基本情報

名前 YTFind YTFind
ID gkeiaihfolcgfgijebiihmmgknapfgpj
公式URL https://chrome.google.com/webstore/detail/ytfind/gkeiaihfolcgfgijebiihmmgknapfgpj
説明 YTFind allows you to search for the dialogue in Youtube videos.
ファイルサイズ 44.49 KB
インストール数 154
現在のバージョン 1.35.7
最終更新日 2015-03-15
公開日 2015-03-15
評価 3.92/5 合計 13 レビュー
開発者 http://mattheakis.com
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YTFind",
    "description": "YTFind allows you to search for the dialogue in Youtube videos.",
    "version": "1.35.7",
    "manifest_version": 2,
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "*:\/\/ytfind.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "xml2json.js",
                "background.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}