Find on YouTube (Context Menu)
This extension adds a context menu option for selected text in order to find video related to the text
Find on YouTube (Context Menu)とは何ですか?
Find on YouTube (Context Menu)はRomkaqによって開発されたChromeの拡張機能で、その主な機能は「This extension adds a context menu option for selected text in order to find video related to the text」です。
拡張機能のスクリーンショット
Find on YouTube (Context Menu)拡張機能のCRXファイルをダウンロード
Find on YouTube (Context Menu)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This simple extension adds context menu for selected text to search in youtube.com.
拡張機能の基本情報
名前 | Find on YouTube (Context Menu) |
ID | agpgbopfbmfklefdodadbcengmimldpb |
公式URL | https://chromewebstore.google.com/detail/find-on-youtube-context-m/agpgbopfbmfklefdodadbcengmimldpb |
説明 | This extension adds a context menu option for selected text in order to find video related to the text |
ファイルサイズ | 7.01 KB |
インストール数 | 518 |
現在のバージョン | 2.2 |
最終更新日 | 2022-06-18 |
公開日 | 2021-07-03 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Romkaq |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://rq-dev.github.io/chrome-extensions-privacy-policy |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "2.2", "default_locale": "en", "permissions": [ "contextMenus" ], "background": { "service_worker": "script.js" }, "icons": { "128": "icon128.png" } } |