Search in YouTube

Search selected text in YouTube by a simple click of a button

什么是Search in YouTube?

Search in YouTube是由http://garbageoverflow.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Search selected text in YouTube by a simple click of a button”。

扩展截图

screenshot
screenshot

下载Search in YouTube扩展crx文件

下载Search in YouTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Search selected text on a web page in YouTube by a simple click

3 easy steps

1. Install the plugin. You will see a red YouTube icon (usually on top ride side on chrome) after plugin is installed

2. Select some text on a web page using your mouse e.g movie name

3. Click on the plugin icon and wallah a new small window will open with open YouTube with your selected text                    

扩展基本信息

名称 Search in YouTube Search in YouTube
ID kfoemjblnjcahcgakbogaakhhgjldnfn
官方URL https://chrome.google.com/webstore/detail/search-in-youtube/kfoemjblnjcahcgakbogaakhhgjldnfn
简介 Search selected text in YouTube by a simple click of a button
文件大小 12.55 KB
安装次数 180
当前版本 1.0
更新时间 2020-02-29
上架时间 2020-02-29
评分 4.00/5 共1次评分
开发者 http://garbageoverflow.blogspot.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search in YouTube",
    "description": "Search selected text in YouTube by a simple click of a button",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}