Amazon Prime Search
Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping!
O que é Amazon Prime Search?
Amazon Prime Search é uma extensão do Chrome desenvolvida por Phil Sarid, e sua principal característica é "Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Amazon Prime Search
Baixe arquivos de extensão Amazon Prime Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Use this extension to only show Amazon Prime eligible items. This saves you a ton of time sorting through Amazon's search results. *** clicking the icon now enables/disables the prime search. you must REFRESH the page in order for the amazon search results to be updated ***
Informações Básicas da Extensão
Nome | Amazon Prime Search |
ID | aoodnpmllpdgcfcgdnminmifngcppaln |
URL Oficial | https://chromewebstore.google.com/detail/amazon-prime-search/aoodnpmllpdgcfcgdnminmifngcppaln |
Descrição | Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping! |
Tamanho do Arquivo | 160 KB |
Contagem de Instalações | 1,647 |
Versão Atual | 1.0.2 |
Última Atualização | 2014-02-23 |
Data de Publicação | 2014-02-23 |
Classificação | 2.28/5 Total de 36 Avaliações |
Desenvolvedor | Phil Sarid |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "transform.js" ], "matches": [ "*:\/\/www.amazon.com\/*" ], "run_at": "document_end" } ], "description": "Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping!", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon.png" }, "manifest_version": 2, "name": "Amazon Prime Search", "version": "1.0.2", "browser_action": { "default_icon": "icon.png", "default_title": "Toggle Prime Search" }, "background": { "page": "background.html" } } |