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!

Cos'è eBay Time Left?

eBay Time Left è un'estensione di Chrome sviluppata da Radeb, e la sua funzione principale è "This Chrome addon will add the time left of a currently viewed eBay auction to the tab's title. No more forgetting active auctions!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione eBay Time Left

Scarica i file di estensione eBay Time Left in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Chrome extension of a Firefox add-on developed by JonathanMccann

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

Informazioni di Base sull'Estensione

Nome eBay Time Left eBay Time Left
ID jbjjhfmffaahpkdlogabalfjfaokfmeb
URL Ufficiale https://chromewebstore.google.com/detail/ebay-time-left/jbjjhfmffaahpkdlogabalfjfaokfmeb
Descrizione This Chrome addon will add the time left of a currently viewed eBay auction to the tab's title. No more forgetting active auctions!
Dimensione del File 3.35 KB
Conteggio Installazioni 51
Versione Corrente 1.1
Ultimo Aggiornamento 2017-11-17
Data di Pubblicazione 2017-11-17
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore Radeb
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jonathanmccann/ebay-time-left
Lingue Supportate 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"
            ]
        }
    ]
}