U-NEXTで検索

Adds a U-NEXT search item to the context menu.

Hvad er U-NEXTで検索?

U-NEXTで検索 er en Chrome-udvidelse udviklet af nicospz, og dens hovedfunktion er "Adds a U-NEXT search item to the context menu.".

Udvidelsesskærmbilleder

screenshot

Download U-NEXTで検索-udvidelses-CRX-fil

Download U-NEXTで検索-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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内の検索結果ページへ遷移する項目がコンテキストメニューに追加されます                    

Grundlæggende oplysninger om udvidelsen

Navn U-NEXTで検索 U-NEXTで検索
ID ohdcmmbkadhimldgmdmddaedglgcalcd
Officiel URL https://chromewebstore.google.com/detail/u-next%E3%81%A7%E6%A4%9C%E7%B4%A2/ohdcmmbkadhimldgmdmddaedglgcalcd
Beskrivelse Adds a U-NEXT search item to the context menu.
Filstørrelse 11.36 KB
Antal Installationer 856
Nuværende Version 1.0.1
Senest Opdateret 2021-03-23
Udgivelsesdato 2021-03-21
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler nicospz
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}