Context Menu Search

Search for selected text using the context menu

Context Menu Search क्या है?

Context Menu Search Roman Grinyov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search for selected text using the context menu"।

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

screenshot
screenshot

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

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

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

                        Use the right-click menu to search for selected text in different search engines

NOTE:
- "downloads" permissions are required for export / import search engines
- to prevent the loss of added search engines, export them
- if you have any questions, please contact me by email

Source code: https://github.com/w3lifer/crx-context-menu-search                    

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

नाम Context Menu Search Context Menu Search
ID idpcgabojogahgmhdgnjkmdliaeeofka
आधिकारिक URL https://chromewebstore.google.com/detail/context-menu-search/idpcgabojogahgmhdgnjkmdliaeeofka
विवरण Search for selected text using the context menu
फ़ाइल का आकार 166 KB
स्थापना संख्या 3,025
वर्तमान संस्करण 1.6.11
अंतिम अपडेट 2023-11-20
प्रकाशन तिथि 2018-08-29
रेटिंग 4.25/5 कुल 12 रेटिंग्स
डेवलपर Roman Grinyov
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Context Menu Search",
    "description": "Search for selected text using the context menu",
    "version": "1.6.11",
    "icons": {
        "16": "img\/icons\/search-zoom\/16x16.png",
        "48": "img\/icons\/search-zoom\/48x48.png",
        "128": "img\/icons\/search-zoom\/128x128.png"
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/common.js",
            "js\/event-page.js"
        ]
    },
    "options_ui": {
        "chrome_style": true,
        "page": "html\/options.html"
    }
}