Ask Sherlock

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

Qu'est-ce que Ask Sherlock ?

Ask Sherlock est une extension Chrome développée par thedroidscompany, et sa fonction principale est "Ask Sherlock to search selected text on most popular websites including Amazon, Wikipedia, IMDB, Macy's, Walmart, Target and more!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Ask Sherlock

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

                        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.                    

Informations de Base sur l'Extension

Nom Ask Sherlock Ask Sherlock
ID paikdlopgadnainjaabbglpijkiodhge
URL Officiel https://chromewebstore.google.com/detail/ask-sherlock/paikdlopgadnainjaabbglpijkiodhge
Description Ask Sherlock to search selected text on most popular websites including Amazon, Wikipedia, IMDB, Macy's, Walmart, Target and more!
Taille du Fichier 36 KB
Nombre d'Installations 20
Version Actuelle 1.0.1
Dernière Mise à Jour 2017-01-25
Date de Publication 2017-01-24
Évaluation 3.50/5 Total 2 Évaluations
Développeur thedroidscompany
Type de Paiement free
Langues Prises en Charge 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"
    }
}