Ask Sherlock

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

Hvad er Ask Sherlock?

Ask Sherlock er en Chrome-udvidelse udviklet af thedroidscompany, og dens hovedfunktion er "Ask Sherlock to search selected text on most popular websites including Amazon, Wikipedia, IMDB, Macy's, Walmart, Target and more!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Ask Sherlock-udvidelses-CRX-fil

Download Ask Sherlock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Ask Sherlock Ask Sherlock
ID paikdlopgadnainjaabbglpijkiodhge
Officiel URL https://chromewebstore.google.com/detail/ask-sherlock/paikdlopgadnainjaabbglpijkiodhge
Beskrivelse Ask Sherlock to search selected text on most popular websites including Amazon, Wikipedia, IMDB, Macy's, Walmart, Target and more!
Filstørrelse 36 KB
Antal Installationer 20
Nuværende Version 1.0.1
Senest Opdateret 2017-01-25
Udgivelsesdato 2017-01-24
Bedømmelse 3.50/5 Samlet 2 Bedømmelser
Udvikler thedroidscompany
Betalingsmetode free
Understøttede Sprog 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"
    }
}