Ask Sherlock
Ask Sherlock to search selected text on most popular websites including Amazon, Wikipedia, IMDB, Macy's, Walmart, Target and more!
What is Ask Sherlock?
Ask Sherlock is a Chrome extension developed by thedroidscompany, and its main feature is "Ask Sherlock to search selected text on most popular websites including Amazon, Wikipedia, IMDB, Macy's, Walmart, Target and more!".
Extension Screenshots
Download Ask Sherlock Extension CRX File
Download Ask Sherlock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Ask Sherlock |
ID | paikdlopgadnainjaabbglpijkiodhge |
Official URL | 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! |
File Size | 36 KB |
Installation Count | 20 |
Current Version | 1.0.1 |
Last Updated | 2017-01-25 |
Publish Date | 2017-01-24 |
Rating | 3.50/5 Total 2 Ratings |
Developer | thedroidscompany |
Payment Type | free |
Supported Languages | 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" } } |