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" } } |