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!

Co je Amazon Prime Search?

Amazon Prime Search je rozšíření Chrome vyvinuté Phil Sarid, a jeho hlavní funkcí je „Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Amazon Prime Search

Stáhněte si soubory rozšíření Amazon Prime Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Amazon Prime Search Amazon Prime Search
ID aoodnpmllpdgcfcgdnminmifngcppaln
Oficiální URL https://chromewebstore.google.com/detail/amazon-prime-search/aoodnpmllpdgcfcgdnminmifngcppaln
Popis Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping!
Velikost souboru 160 KB
Počet instalací 1,647
Aktuální Verze 1.0.2
Poslední Aktualizace 2014-02-23
Datum Vydání 2014-02-23
Hodnocení 2.28/5 Celkem 36 Hodnocení
Vývojář Phil Sarid
Typ Platby free
Podporované Jazyky 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"
    }
}