Youglish Video Search

Look up Youglish Video that contain the selected text

Youglish Video Searchとは何ですか?

Youglish Video SearchはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Look up Youglish Video that contain the selected text」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        An extension that help you to find a video on Youtube that contain the text you have selected via Youglish website.                    

拡張機能の基本情報

名前 Youglish Video Search Youglish Video Search
ID dfafggejpfoflelimhkpdfnodlccgfja
公式URL https://chromewebstore.google.com/detail/youglish-video-search/dfafggejpfoflelimhkpdfnodlccgfja
説明 Look up Youglish Video that contain the selected text
ファイルサイズ 5.56 KB
インストール数 1,673
現在のバージョン 0.1
最終更新日 2019-05-18
公開日 2019-05-17
評価 4.00/5 合計 6 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://youglish.com
対応言語 en
manifest.json
{
    "author": [
        {
            "email": "[email protected]",
            "name": "Thanh Tran"
        }
    ],
    "background": {
        "scripts": [
            "youglish.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "description": "Look up Youglish Video that contain the selected text",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Youglish Video Search",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1"
}