Search

Add additional search engines to the selection context menu

Qu'est-ce que Search ?

Search est une extension Chrome développée par towisoft, et sa fonction principale est "Add additional search engines to the selection context menu".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension 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

                        This extension allows you to define set of search engines that will be available in selection context menu (i.e. select text and then right-click to search for selected text). Chrome by default allows only "Default search engine" to be listed there. You can add as many search engines as you want. 

Really simple thing with no permissions needed at all.

Usage:
1) select text you want to search for
2) right-click the text
3) pick search engine to be used for search

Any help with localisations is welcome!                    

Informations de Base sur l'Extension

Nom Search Search
ID lfbphpgahhidjjdgalaacklhfepilmhf
URL Officiel https://chromewebstore.google.com/detail/search/lfbphpgahhidjjdgalaacklhfepilmhf
Description Add additional search engines to the selection context menu
Taille du Fichier 81.74 KB
Nombre d'Installations 423
Version Actuelle 1.3
Dernière Mise à Jour 2013-07-14
Date de Publication 2013-07-14
Évaluation 4.43/5 Total 7 Évaluations
Développeur towisoft
Type de Paiement free
Langues Prises en Charge de,en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.3",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "multisearch.js"
        ]
    },
    "icons": {
        "16": "img\/search-16.png",
        "48": "img\/search-48.png",
        "128": "img\/search-128.png"
    },
    "options_page": "options.html",
    "default_locale": "en"
}