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 |
官方網址 | 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 |
電子郵箱 | [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" ] } } |