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!

Qu'est-ce que Amazon Prime Search ?

Amazon Prime Search est une extension Chrome développée par Phil Sarid, et sa fonction principale est "Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Amazon Prime Search

Téléchargez les fichiers d'extension Amazon Prime Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Amazon Prime Search Amazon Prime Search
ID aoodnpmllpdgcfcgdnminmifngcppaln
URL Officiel https://chromewebstore.google.com/detail/amazon-prime-search/aoodnpmllpdgcfcgdnminmifngcppaln
Description Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping!
Taille du Fichier 160 KB
Nombre d'Installations 1,647
Version Actuelle 1.0.2
Dernière Mise à Jour 2014-02-23
Date de Publication 2014-02-23
Évaluation 2.28/5 Total 36 Évaluations
Développeur Phil Sarid
Type de Paiement free
Langues Prises en Charge 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"
    }
}