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!
Wat is Amazon Prime Search?
Amazon Prime Search is een Chrome-extensie ontwikkeld door Phil Sarid, en de belangrijkste functie is "Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping!".
Extensie Screenshots
Download het CRX-bestand van de extensie Amazon Prime Search
Download Amazon Prime Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 ***
Basisinformatie over de Extensie
Naam | Amazon Prime Search |
ID | aoodnpmllpdgcfcgdnminmifngcppaln |
Officiële URL | https://chromewebstore.google.com/detail/amazon-prime-search/aoodnpmllpdgcfcgdnminmifngcppaln |
Beschrijving | Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping! |
Bestandsgrootte | 160 KB |
Aantal Installaties | 1,647 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2014-02-23 |
Publicatiedatum | 2014-02-23 |
Beoordeling | 2.28/5 Totaal 36 Beoordelingen |
Ontwikkelaar | Phil Sarid |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |