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!
Cos'è Amazon Prime Search?
Amazon Prime Search è un'estensione di Chrome sviluppata da Phil Sarid, e la sua funzione principale è "Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Amazon Prime Search
Scarica i file di estensione Amazon Prime Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 *** Informazioni di Base sull'Estensione
| Nome | |
| ID | aoodnpmllpdgcfcgdnminmifngcppaln |
| URL Ufficiale | https://chromewebstore.google.com/detail/amazon-prime-search/aoodnpmllpdgcfcgdnminmifngcppaln |
| Descrizione | Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping! |
| Dimensione del File | 160 KB |
| Conteggio Installazioni | 1,647 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2014-02-23 |
| Data di Pubblicazione | 2014-02-23 |
| Valutazione | 2.28/5 Totale 36 Valutazioni |
| Sviluppatore | Phil Sarid |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |