ContextSearch web-ext

Add search engines easily and search from the context menu and convenient popup

ContextSearch web-ext क्या है?

ContextSearch web-ext Mike B द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add search engines easily and search from the context menu and convenient popup"।

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

screenshot

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

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

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

                        ContextSearch web-ext

The most powerful, most complete search enhancement for Firefox comes to Chrome

This Add-on was written as a Firefox 57+ web-extensions compatible replacement for Ben Basson's popular Context Search Add-on but has grown into much more. 

* Access search engines from the Context Menu
* Manage search engines using  subfolders and separators
* Access search engines from a popup menu (QuickMenu)
* Compatible with all search engines using POST or GET requests
* International character-set support
* Reverse-image search
* Site search compatible
* Add new search engines simply with a right-click
* Edit search engine parameters and icons
* Access bookmarklets from the context menu
* Toolbar Search
* Set hotkeys for each search engine
* and much more

More info @ https://github.com/ssborbis/ContextSearch-web-ext                    

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

नाम ContextSearch web-ext ContextSearch web-ext
ID ddippghibegbgpjcaaijbacfhjjeafjh
आधिकारिक URL https://chromewebstore.google.com/detail/contextsearch-web-ext/ddippghibegbgpjcaaijbacfhjjeafjh
विवरण Add search engines easily and search from the context menu and convenient popup
फ़ाइल का आकार 588 KB
स्थापना संख्या 24,514
वर्तमान संस्करण 1.46.24
अंतिम अपडेट 2023-10-12
प्रकाशन तिथि 2020-06-26
रेटिंग 4.67/5 कुल 52 रेटिंग्स
डेवलपर Mike B
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ssborbis/ContextSearch-web-ext
सहायता पृष्ठ URL https://github.com/ssborbis/ContextSearch-web-ext
समर्थित भाषाएँ de,en,fr,it,sl,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ContextSearch web-ext",
    "description": "__MSG_extensionDescription__",
    "version": "1.46.24",
    "homepage_url": "https:\/\/github.com\/ssborbis\/ContextSearch-web-ext",
    "default_locale": "en",
    "background": {
        "scripts": [
            "lib\/browser-polyfill.min.js",
            "utils.js",
            "opensearch.js",
            "lib\/encoding-indexes.js",
            "lib\/encoding.min.js",
            "defaultEngines.js",
            "bookmarks.js",
            "defaultUserOptions.js",
            "contexts.js",
            "contextMenu.js",
            "searchActions.js",
            "nodes.js",
            "omnibox.js",
            "searchEngineUtils.js",
            "mozlz4.js",
            "keyTable.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/browser-polyfill.min.js",
                "init_content.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "",
        "activeTab",
        "contextMenus",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "bookmarks",
        "clipboardWrite",
        "clipboardRead",
        "nativeMessaging",
        "downloads"
    ],
    "icons": {
        "48": "\/icons\/logo_notext.png"
    },
    "web_accessible_resources": [
        "\/quickmenu.html",
        "\/customSearch.html",
        "\/searchbar.html",
        "\/findbar.html",
        "icons\/search.svg",
        "icons\/crossmark.svg",
        "icons\/alert.svg",
        "icons\/spinner.svg",
        "icons\/code.svg",
        "icons\/logo_notext.svg",
        "icons\/icon.svg",
        "icons\/repeatsearch.svg",
        "icons\/qm.svg",
        "\/pagetiles.html",
        "\/blank.html"
    ],
    "browser_action": {
        "default_title": "ContextSearch",
        "default_icon": {
            "48": "\/icons\/logo_notext.png"
        },
        "default_popup": "\/searchbar.html"
    },
    "commands": {
        "_execute_browser_action": []
    },
    "omnibox": {
        "keyword": "cs"
    }
}