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!
¿Qué es Amazon Prime Search?
Amazon Prime Search es una extensión de Chrome desarrollada por Phil Sarid, y su función principal es "Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Amazon Prime Search
Descarga archivos de extensión Amazon Prime Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 ***
Información Básica de la Extensión
Nombre | Amazon Prime Search |
ID | aoodnpmllpdgcfcgdnminmifngcppaln |
URL Oficial | https://chromewebstore.google.com/detail/amazon-prime-search/aoodnpmllpdgcfcgdnminmifngcppaln |
Descripción | Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping! |
Tamaño del Archivo | 160 KB |
Cantidad de Instalaciones | 1,647 |
Versión Actual | 1.0.2 |
Última Actualización | 2014-02-23 |
Fecha de Publicación | 2014-02-23 |
Calificación | 2.28/5 Total de 36 Calificaciones |
Desarrollador | Phil Sarid |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |