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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } } |