Select Search Translate

To Select and search over Web.

Cos'è Select Search Translate?

Select Search Translate è un'estensione di Chrome sviluppata da Sonu Saha, e la sua funzione principale è "To Select and search over Web.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Select Search Translate

Scarica i file di estensione Select Search Translate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension will make your search faster and elegant.It can allow you to search the text over Google, yahoo, bing and G translate search engine. Just configure it by clicking on the search icon appears on the top of browsers after you added in your chrome. This can also be configured to translate into any selected language. After configuration close and reopen your browser and start browse any webpage and select word or paragraph then perform search by click on the options appeared near by your selected words.

This is free app. Provide your valuable comments and suggestion so that we can improve our shortcomings in future version.                    

Informazioni di Base sull'Estensione

Nome Select Search Translate Select Search Translate
ID ogjgnmghgkeppkafmancjfnbcfofahhi
URL Ufficiale https://chrome.google.com/webstore/detail/select-search-translate/ogjgnmghgkeppkafmancjfnbcfofahhi
Descrizione To Select and search over Web.
Dimensione del File 21.73 KB
Conteggio Installazioni 17
Versione Corrente 1.0.3
Ultimo Aggiornamento 2016-09-21
Data di Pubblicazione 2016-09-21
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore Sonu Saha
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Select Search Translate",
    "description": "To Select and search over Web.",
    "version": "1.0.3",
    "icons": {
        "16": "\/images\/search_16x16.png",
        "48": "\/images\/file_search64x64.png",
        "128": "\/images\/file_search64x64.png"
    },
    "browser_action": {
        "default_icon": "file_search.png",
        "default_popup": "default_popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "\/scripts\/ContentScripts.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ]
}