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 to jest Amazon Prime Search?

Amazon Prime Search to rozszerzenie Chrome opracowane przez Phil Sarid, a jego główną funkcją jest „Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Amazon Prime Search

Pobierz pliki rozszerzeń Amazon Prime Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Amazon Prime Search Amazon Prime Search
ID aoodnpmllpdgcfcgdnminmifngcppaln
Oficjalny URL https://chromewebstore.google.com/detail/amazon-prime-search/aoodnpmllpdgcfcgdnminmifngcppaln
Opis Search only for items that are eligible for Amazon Prime -- save time combing through search results to get free 2-day shipping!
Rozmiar pliku 160 KB
Liczba instalacji 1,647
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2014-02-23
Data Publikacji 2014-02-23
Ocena 2.28/5 Łącznie 36 Oceny
Deweloper Phil Sarid
Typ Płatności free
Obsługiwane Języki 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"
    }
}