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ファイルをダウンロード

Ask Sherlock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}