Search on YouTube

Search for anything on YouTube by selecting the text and right clicking.

什么是Search on YouTube?

Search on YouTube是由Ryan-ED开发的Chrome扩展程序,该扩展的主要功能是“Search for anything on YouTube by selecting the text and right clicking.”。

扩展截图

screenshot
screenshot
screenshot

下载Search on YouTube扩展crx文件

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

扩展使用说明

                        A simple extension for the Google Chrome browser that allows you to search on YouTube by right clicking highlighted text and using the context menu. Similar to how the built in "Search Google for..." context menu item works.

1) Select some text
2) Right click the mouse to open context menu
3) Select "Search YouTube for [your text]" option

Icons and logos done by @liamcaindesigns on Instagram.                    

扩展基本信息

名称 Search on YouTube Search on YouTube
ID ebgngjpjlbehmgehnpeckhdhmnoecngd
官方URL https://chromewebstore.google.com/detail/search-on-youtube/ebgngjpjlbehmgehnpeckhdhmnoecngd
简介 Search for anything on YouTube by selecting the text and right clicking.
文件大小 21.49 KB
安装次数 657
当前版本 1.1
更新时间 2021-07-01
上架时间 2021-06-30
评分 5.00/5 共8次评分
开发者 Ryan-ED
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Ryan-ED/search-on-youtube-chrome-ext
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search on YouTube",
    "description": "Search for anything on YouTube by selecting the text and right clicking.",
    "version": "1.1",
    "icons": {
        "16": "\/icons\/16x16.png",
        "32": "\/icons\/32x32.png",
        "48": "\/icons\/48x48.png",
        "128": "\/icons\/128x128.png",
        "150": "\/icons\/150x150.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "contextMenus"
    ]
}