U-NEXTで検索

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

Cos'è U-NEXTで検索?

U-NEXTで検索 è un'estensione di Chrome sviluppata da nicospz, e la sua funzione principale è "Adds a U-NEXT search item to the context menu.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione U-NEXTで検索

Scarica i file di estensione U-NEXTで検索 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome U-NEXTで検索 U-NEXTで検索
ID ohdcmmbkadhimldgmdmddaedglgcalcd
URL Ufficiale https://chromewebstore.google.com/detail/u-next%E3%81%A7%E6%A4%9C%E7%B4%A2/ohdcmmbkadhimldgmdmddaedglgcalcd
Descrizione Adds a U-NEXT search item to the context menu.
Dimensione del File 11.36 KB
Conteggio Installazioni 856
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-03-23
Data di Pubblicazione 2021-03-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore nicospz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}