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!”。
擴展截圖
下載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 |
ID | paikdlopgadnainjaabbglpijkiodhge |
官方網址 | 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" } } |