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" } } |