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!
Apa itu Amazon Prime Search?
Amazon Prime Search adalah ekstensi Chrome yang dikembangkan oleh Phil Sarid, dan fitur utamanya adalah "Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Amazon Prime Search
Unduh file ekstensi Amazon Prime Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 ***
Informasi Dasar Ekstensi
Nama | Amazon Prime Search |
ID | aoodnpmllpdgcfcgdnminmifngcppaln |
URL Resmi | https://chromewebstore.google.com/detail/amazon-prime-search/aoodnpmllpdgcfcgdnminmifngcppaln |
Deskripsi | Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping! |
Ukuran File | 160 KB |
Jumlah Instalasi | 1,647 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2014-02-23 |
Tanggal Publikasi | 2014-02-23 |
Penilaian | 2.28/5 Total 36 Penilaian |
Pengembang | Phil Sarid |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |