eBay Time Left

This Chrome addon will add the time left of a currently viewed eBay auction to the tab's title. No more forgetting active auctions!

Co to jest eBay Time Left?

eBay Time Left to rozszerzenie Chrome opracowane przez Radeb, a jego główną funkcją jest „This Chrome addon will add the time left of a currently viewed eBay auction to the tab's title. No more forgetting active auctions!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia eBay Time Left

Pobierz pliki rozszerzeń eBay Time Left 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

                        Chrome extension of a Firefox add-on developed by JonathanMccann

https://addons.mozilla.org/en-US/firefox/addon/ebay-time-left/                    

Podstawowe informacje o rozszerzeniu

Nazwa eBay Time Left eBay Time Left
ID jbjjhfmffaahpkdlogabalfjfaokfmeb
Oficjalny URL https://chromewebstore.google.com/detail/ebay-time-left/jbjjhfmffaahpkdlogabalfjfaokfmeb
Opis This Chrome addon will add the time left of a currently viewed eBay auction to the tab's title. No more forgetting active auctions!
Rozmiar pliku 3.35 KB
Liczba instalacji 51
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2017-11-17
Data Publikacji 2017-11-17
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper Radeb
Typ Płatności free
Strona Rozszerzenia https://github.com/jonathanmccann/ebay-time-left
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eBay Time Left",
    "version": "1.1",
    "author": "Jonathan McCann",
    "homepage_url": "https:\/\/github.com\/jonathanmccann\/ebay-time-left",
    "description": "This Chrome addon will add the time left of a currently viewed eBay auction to the tab's title. No more forgetting active auctions!",
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.at\/*",
                "*:\/\/*.ebay.com.au\/*",
                "*:\/\/*.ebay.be\/*",
                "*:\/\/*.ebay.ch\/*",
                "*:\/\/*.ebay.de\/*",
                "*:\/\/*.ebay.es\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.ie\/*",
                "*:\/\/*.ebay.it\/*",
                "*:\/\/*.ebay.nl\/*"
            ],
            "js": [
                "timeLeft.js"
            ]
        }
    ]
}