Context Search

An enhanced context menu search. Add and customize multiple search engines to your right-click pop-up menu.

Qu'est-ce que Context Search ?

Context Search est une extension Chrome développée par Raymond Szebert, et sa fonction principale est "An enhanced context menu search. Add and customize multiple search engines to your right-click pop-up menu.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Context Search

Téléchargez les fichiers d'extension Context Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Select text, then right-click to access a fully customizable list of search engines in the pop-up context menu. Modify your search engine list at any time in the options menu.

【Features】
• Drag and drop to reorder your search engines.
• Add multiple search engines with a single click.
• All settings are synced with your Google Account.
• Option to hover right-click instead of highlighting text first.

【Known Issues】
• The hover right-click feature may not work on some webpages.
• The absence of favicons for your search engines has not been overlooked. Chrome currently does not support adding custom icons to the context menu.                    

Informations de Base sur l'Extension

Nom Context Search Context Search
ID janpjfbkcpoheigckalamemdfhlannpc
URL Officiel https://chromewebstore.google.com/detail/context-search/janpjfbkcpoheigckalamemdfhlannpc
Description An enhanced context menu search. Add and customize multiple search engines to your right-click pop-up menu.
Taille du Fichier 150 KB
Nombre d'Installations 704
Version Actuelle 0.6.5
Dernière Mise à Jour 2024-01-01
Date de Publication 2019-06-02
Évaluation 5.00/5 Total 12 Évaluations
Développeur Raymond Szebert
Email [email protected]
Type de Paiement free
Langues Prises en Charge de,en,fr,nl,no,da,es,fi,sv,ru,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "0.6.5",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_page": "src\/options\/index.html",
    "permissions": [
        "contextMenus",
        "scripting",
        "storage"
    ],
    "optional_host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/content-script.ts-467ed10f.js"
            ],
            "use_dynamic_url": false
        }
    ]
}