Simple Context Search

Right click on the selected text and select the search website from the context menu.

Simple Context Search क्या है?

Simple Context Search Magic Dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right click on the selected text and select the search website from the context menu."।

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

screenshot

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

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

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

                        💎 Simple Context Search - This is a good assistant in the search on various services such as:
◾ YouTube
◾ Spotify
◾ Reddit
◾ Amazon
◾ SoundCloud
◾ Steam Market
◾ Aliexpress
---------------------------------------------------------------
Right click on any selected text and search in your favorite search engines and websites directly from the context menu. Just check it out. 😉                    

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

नाम Simple Context Search Simple Context Search
ID jojcgnmagkjleomenibopkhfpkkbpjcg
आधिकारिक URL https://chromewebstore.google.com/detail/simple-context-search/jojcgnmagkjleomenibopkhfpkkbpjcg
विवरण Right click on the selected text and select the search website from the context menu.
फ़ाइल का आकार 10.85 KB
स्थापना संख्या 18
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2021-08-31
प्रकाशन तिथि 2021-08-31
डेवलपर Magic Dev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Context Search",
    "description": "Right click on the selected text and select the search website from the context menu.",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}