YouSearch
Search any Youtube video, user, or channel from your address bar in Chrome!
什么是YouSearch?
YouSearch是由theboxboy开发的Chrome扩展程序,该扩展的主要功能是“Search any Youtube video, user, or channel from your address bar in Chrome!”。
扩展截图
下载YouSearch扩展crx文件
下载YouSearch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Search any Youtube video, user, or channel from your address bar in Chrome! Type the keyword, "yous" followed by TAB. After this you can type your search query and hit ENTER! You also have several other options. After the TAB, type "v " followed by your query to search only videos. Also, type "c " or "u " to search only channels or users, respectively.
扩展基本信息
名称 | YouSearch |
ID | dkhadfpkjkcilmhebojcbdmcldchibob |
官方URL | https://chromewebstore.google.com/detail/yousearch/dkhadfpkjkcilmhebojcbdmcldchibob |
简介 | Search any Youtube video, user, or channel from your address bar in Chrome! |
文件大小 | 62.11 KB |
安装次数 | 417 |
当前版本 | 1.0.1 |
更新时间 | 2014-04-20 |
上架时间 | 2014-04-19 |
评分 | 4.50/5 共4次评分 |
开发者 | theboxboy |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouSearch", "short_name": "YouSearch", "description": "Search any Youtube video, user, or channel from your address bar in Chrome!", "version": "1.0.1", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "128": "icon128.png" }, "omnibox": { "keyword": "yous" } } |