Lazy Search on Youtube

Simple and quick way to search for highlighted text on YouTube via right-click context menu or from popup. YouTube Helper.

Lazy Search on Youtube क्या है?

Lazy Search on Youtube e1.b द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple and quick way to search for highlighted text on YouTube via right-click context menu or from popup. YouTube Helper."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Lazy Search on Youtube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The main purpose of the extension is to help you quickly open youtube - with the results according to your search.
You can search using:
- Highlight text on the page and right-click
- Enter text manually in the extension menu

Features:

1) Search from the context menu (right click)
2) Search from popup menu ( just tap the extension icon or use the keyboard hotkey to open it )
3) Show search suggestions
4) Keyboard navigation friendly (Arrows or Tabs)
5) Open youtube by clicking on youtube logo in  popup menu

Keyboard shortcut:
ctrl + Y open search popup

Additional features:
-change style menu popup

Privacy Policy:
The extension does not collect any user information!                    

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

नाम Lazy Search on Youtube Lazy Search on Youtube
ID amomdnjachcdfjcijmnolpgndbokbeha
आधिकारिक URL https://chromewebstore.google.com/detail/lazy-search-on-youtube/amomdnjachcdfjcijmnolpgndbokbeha
विवरण Simple and quick way to search for highlighted text on YouTube via right-click context menu or from popup. YouTube Helper.
फ़ाइल का आकार 30.08 KB
स्थापना संख्या 459
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-05-04
प्रकाशन तिथि 2020-05-04
रेटिंग 4.83/5 कुल 6 रेटिंग्स
डेवलपर e1.b
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/allekss90/
सहायता पृष्ठ URL https://github.com/allekss90/
गोपनीयता नीति पृष्ठ URL https://github.com/allekss90/extantions-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lazy Search on Youtube",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Simple and quick way to search for highlighted text on YouTube via right-click context menu or from popup. YouTube Helper.",
    "homepage_url": "https:\/\/github.com\/allekss90\/",
    "default_locale": "en",
    "permissions": [
        "declarativeContent",
        "storage",
        "contextMenus",
        "tabs",
        "*:\/\/*.google.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": ".\/options\/options.html",
        "open_in_tab": false
    },
    "page_action": {
        "default_popup": ".\/popup\/popup.html",
        "default_title": "Lazy Search on Youtube",
        "default_icon": {
            "16": "images\/ico16.png",
            "32": "images\/ico32.png",
            "48": "images\/ico48.png",
            "128": "images\/ico128.png"
        }
    },
    "icons": {
        "16": "images\/ico16.png",
        "32": "images\/ico32.png",
        "48": "images\/ico48.png",
        "128": "images\/ico128.png"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Y",
                "windows": "Ctrl+Y",
                "mac": "Command+Y"
            }
        }
    }
}