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!

Was ist eBay Time Left?

eBay Time Left ist eine Chrome-Erweiterung, die von Radeb entwickelt wurde, und ihr Hauptmerkmal ist "This Chrome addon will add the time left of a currently viewed eBay auction to the tab's title. No more forgetting active auctions!".

Erweiterungsscreenshots

screenshot

eBay Time Left-Erweiterungs-CRX-Datei herunterladen

Laden Sie eBay Time Left-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Chrome extension of a Firefox add-on developed by JonathanMccann

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

Grundlegende Informationen zur Erweiterung

Name eBay Time Left eBay Time Left
ID jbjjhfmffaahpkdlogabalfjfaokfmeb
Offizielle URL https://chromewebstore.google.com/detail/ebay-time-left/jbjjhfmffaahpkdlogabalfjfaokfmeb
Beschreibung This Chrome addon will add the time left of a currently viewed eBay auction to the tab's title. No more forgetting active auctions!
Dateigröße 3.35 KB
Installationsanzahl 51
Aktuelle Version 1.1
Letztes Update 2017-11-17
Veröffentlichungsdatum 2017-11-17
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler Radeb
Zahlungsart free
Erweiterungswebsite https://github.com/jonathanmccann/ebay-time-left
Unterstützte Sprachen 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"
            ]
        }
    ]
}