Ask Sherlock

Ask Sherlock to search selected text on most popular websites including Amazon, Wikipedia, IMDB, Macy's, Walmart, Target and more!

Cos'è Ask Sherlock?

Ask Sherlock è un'estensione di Chrome sviluppata da thedroidscompany, e la sua funzione principale è "Ask Sherlock to search selected text on most popular websites including Amazon, Wikipedia, IMDB, Macy's, Walmart, Target and more!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ask Sherlock

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

                        Great, you found the bike of your dream on a blog post and now you want it? 
What's the first thing you do? You check prices and reviews! How? You select and copy the bike name, open amazon.com in a new tab, find the search bar and past the bike name. And then you do it again on target.com and again on walmart.com

It's fine, we all do it.

But there is a better and faster way: Sherlock

Sherlock helps you search content on most popular websites. Select text on a webpage, right click and Sherlock will search it for you on the website of your choice! Amazon, Wikipedia, IMDb, Macy's, Walmart, Target, Kohl's you name it!

Sherlock will save you tons of time while shopping online.                    

Informazioni di Base sull'Estensione

Nome Ask Sherlock Ask Sherlock
ID paikdlopgadnainjaabbglpijkiodhge
URL Ufficiale https://chromewebstore.google.com/detail/ask-sherlock/paikdlopgadnainjaabbglpijkiodhge
Descrizione Ask Sherlock to search selected text on most popular websites including Amazon, Wikipedia, IMDB, Macy's, Walmart, Target and more!
Dimensione del File 36 KB
Conteggio Installazioni 20
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-01-25
Data di Pubblicazione 2017-01-24
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore thedroidscompany
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ask Sherlock",
    "description": "Ask Sherlock to search selected text on most popular websites including Amazon, Wikipedia, IMDB, Macy's, Walmart, Target and more!",
    "version": "1.0.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "websites.js",
            "seeds.js",
            "sherlock.js"
        ]
    },
    "icons": {
        "16": "sherlock.png",
        "48": "sherlock.png",
        "128": "sherlock.png"
    }
}