U-NEXTで検索
Adds a U-NEXT search item to the context menu.
U-NEXTで検索とは何ですか?
U-NEXTで検索はnicospzによって開発されたChromeの拡張機能で、その主な機能は「Adds a U-NEXT search item to the context menu.」です。
拡張機能のスクリーンショット
U-NEXTで検索拡張機能のCRXファイルをダウンロード
U-NEXTで検索拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily search U-NEXT movies or books with only a right-click! This extension adds an item to the context menu that takes you directly to the U-NEXT search page containing your highlighted text. U-NEXTの映画や書籍を右クリックだけで簡単に検索できるようになります。 この拡張機能により、ハイライトした文字を使ったU-NEXT内の検索結果ページへ遷移する項目がコンテキストメニューに追加されます
拡張機能の基本情報
名前 | |
ID | ohdcmmbkadhimldgmdmddaedglgcalcd |
公式URL | https://chromewebstore.google.com/detail/u-next%E3%81%A7%E6%A4%9C%E7%B4%A2/ohdcmmbkadhimldgmdmddaedglgcalcd |
説明 | Adds a U-NEXT search item to the context menu. |
ファイルサイズ | 11.36 KB |
インストール数 | 856 |
現在のバージョン | 1.0.1 |
最終更新日 | 2021-03-23 |
公開日 | 2021-03-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | nicospz |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "U-NEXT\u3067\u691c\u7d22", "version": "1.0.1", "manifest_version": 2, "description": "Adds a U-NEXT search item to the context menu.", "permissions": [ "contextMenus" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "script.js" ] } } |