TotalSearch

Search Wikipedia and Google Images with just a click.

Cos'è TotalSearch?

TotalSearch è un'estensione di Chrome sviluppata da jkirrane, e la sua funzione principale è "Search Wikipedia and Google Images with just a click.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TotalSearch

Scarica i file di estensione TotalSearch 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

                        Search Wikipedia and Google Images with a single click. Simply highlight text on a page and click the magnifying glass icon. Et voila!

V. 1.2 (April 30, 2015) :
-- Add support for searching Google Maps via address

V. 1.1 (Jan 9, 2015) :
-- Increase number of image results from 4 to 8.
-- Some styling cleanup                    

Informazioni di Base sull'Estensione

Nome TotalSearch TotalSearch
ID jelcolfpjeaehlmnhjipojaiglbjmokj
URL Ufficiale https://chrome.google.com/webstore/detail/totalsearch/jelcolfpjeaehlmnhjipojaiglbjmokj
Descrizione Search Wikipedia and Google Images with just a click.
Dimensione del File 71.12 KB
Conteggio Installazioni 22
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-04-30
Data di Pubblicazione 2015-04-30
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore jkirrane
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TotalSearch",
    "description": "Search Wikipedia and Google Images with just a click.",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "backgroundPage.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "find16.png",
        "default_popup": "f.html"
    },
    "icons": {
        "16": "find16.png",
        "19": "find19.png",
        "38": "find38.png",
        "48": "find48.png",
        "128": "find128.png"
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    }
}