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!
Wat is eBay Time Left?
eBay Time Left is een Chrome-extensie ontwikkeld door Radeb, en de belangrijkste functie is "This Chrome addon will add the time left of a currently viewed eBay auction to the tab's title. No more forgetting active auctions!".
Extensie Screenshots
Download het CRX-bestand van de extensie eBay Time Left
Download eBay Time Left-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Chrome extension of a Firefox add-on developed by JonathanMccann
https://addons.mozilla.org/en-US/firefox/addon/ebay-time-left/ Basisinformatie over de Extensie
| Naam | |
| ID | jbjjhfmffaahpkdlogabalfjfaokfmeb |
| Officiële URL | https://chromewebstore.google.com/detail/ebay-time-left/jbjjhfmffaahpkdlogabalfjfaokfmeb |
| Beschrijving | This Chrome addon will add the time left of a currently viewed eBay auction to the tab's title. No more forgetting active auctions! |
| Bestandsgrootte | 3.35 KB |
| Aantal Installaties | 51 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2017-11-17 |
| Publicatiedatum | 2017-11-17 |
| Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Radeb |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/jonathanmccann/ebay-time-left |
| Ondersteunde Talen | 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"
]
}
]
} | |