Search on Youtube

Search the selected text directly on Youtube. With the button or context menu.

Search on Youtubeとは何ですか?

Search on YoutubeはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Search the selected text directly on Youtube. With the button or context menu.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Search on Youtube Search on Youtube
ID gahogncmdbjleklophdcgpbeoeboolbk
公式URL https://chromewebstore.google.com/detail/search-on-youtube/gahogncmdbjleklophdcgpbeoeboolbk
説明 Search the selected text directly on Youtube. With the button or context menu.
ファイルサイズ 21.94 KB
インストール数 762
現在のバージョン 1.0
最終更新日 2017-03-07
公開日 2017-03-07
評価 4.57/5 合計 7 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search on Youtube",
    "description": "Search the selected text directly on Youtube. With the button or context menu.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icons\/32x32.png"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "96": "icons\/96x96.png",
        "144": "icons\/144x144.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}