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!
Amazon Prime Searchคืออะไร?
Amazon Prime Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Phil Sarid และคุณลักษณะหลักของมันคือ "Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Prime Search
ดาวน์โหลดไฟล์ส่วนขยาย Amazon Prime Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 ***
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Amazon Prime Search |
ID | aoodnpmllpdgcfcgdnminmifngcppaln |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/amazon-prime-search/aoodnpmllpdgcfcgdnminmifngcppaln |
คำอธิบาย | Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping! |
ขนาดไฟล์ | 160 KB |
จำนวนการติดตั้ง | 1,647 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2014-02-23 |
วันที่เผยแพร่ | 2014-02-23 |
คะแนน | 2.28/5 รวมทั้งหมด 36 คะแนน |
ผู้พัฒนา | Phil Sarid |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |