U-NEXTで検索

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

U-NEXTで検索 क्या है?

U-NEXTで検索 nicospz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a U-NEXT search item to the context menu."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में U-NEXTで検索 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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内の検索結果ページへ遷移する項目がコンテキストメニューに追加されます                    

एक्सटेंशन की मूल जानकारी

नाम 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"
        ]
    }
}