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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |