Ask Sherlock

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

Ask Sherlock란 무엇입니까?

Ask Sherlock은(는) thedroidscompany에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ask Sherlock to search selected text on most popular websites including Amazon, Wikipedia, IMDB, Macy's, Walmart, Target and more!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Ask Sherlock 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Ask Sherlock Ask Sherlock
ID paikdlopgadnainjaabbglpijkiodhge
공식 URL https://chromewebstore.google.com/detail/ask-sherlock/paikdlopgadnainjaabbglpijkiodhge
설명 Ask Sherlock to search selected text on most popular websites including Amazon, Wikipedia, IMDB, Macy's, Walmart, Target and more!
파일 크기 36 KB
설치 횟수 20
현재 버전 1.0.1
최근 업데이트 2017-01-25
출시 날짜 2017-01-24
평점 3.50/5 총 2 개의 평점
개발자 thedroidscompany
결제 유형 free
지원되는 언어 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"
    }
}