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!

Was ist Amazon Prime Search?

Amazon Prime Search ist eine Chrome-Erweiterung, die von Phil Sarid entwickelt wurde, und ihr Hauptmerkmal ist "Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping!".

Erweiterungsscreenshots

screenshot
screenshot

Amazon Prime Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie Amazon Prime Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 ***                    

Grundlegende Informationen zur Erweiterung

Name Amazon Prime Search Amazon Prime Search
ID aoodnpmllpdgcfcgdnminmifngcppaln
Offizielle URL https://chromewebstore.google.com/detail/amazon-prime-search/aoodnpmllpdgcfcgdnminmifngcppaln
Beschreibung Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping!
Dateigröße 160 KB
Installationsanzahl 1,647
Aktuelle Version 1.0.2
Letztes Update 2014-02-23
Veröffentlichungsdatum 2014-02-23
Bewertung 2.28/5 Insgesamt 36 Bewertungen
Entwickler Phil Sarid
Zahlungsart free
Unterstützte Sprachen 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"
    }
}