U-NEXTで検索
Adds a U-NEXT search item to the context menu.
Qu'est-ce que U-NEXTで検索 ?
U-NEXTで検索 est une extension Chrome développée par nicospz, et sa fonction principale est "Adds a U-NEXT search item to the context menu.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension U-NEXTで検索
Téléchargez les fichiers d'extension U-NEXTで検索 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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内の検索結果ページへ遷移する項目がコンテキストメニューに追加されます
Informations de Base sur l'Extension
Nom | |
ID | ohdcmmbkadhimldgmdmddaedglgcalcd |
URL Officiel | https://chromewebstore.google.com/detail/u-next%E3%81%A7%E6%A4%9C%E7%B4%A2/ohdcmmbkadhimldgmdmddaedglgcalcd |
Description | Adds a U-NEXT search item to the context menu. |
Taille du Fichier | 11.36 KB |
Nombre d'Installations | 856 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2021-03-23 |
Date de Publication | 2021-03-21 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | nicospz |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |