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!
Hvad er eBay Time Left?
eBay Time Left er en Chrome-udvidelse udviklet af Radeb, og dens hovedfunktion er "This Chrome addon will add the time left of a currently viewed eBay auction to the tab's title. No more forgetting active auctions!".
Udvidelsesskærmbilleder
Download eBay Time Left-udvidelses-CRX-fil
Download eBay Time Left-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Chrome extension of a Firefox add-on developed by JonathanMccann
https://addons.mozilla.org/en-US/firefox/addon/ebay-time-left/ Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jbjjhfmffaahpkdlogabalfjfaokfmeb |
| Officiel URL | https://chromewebstore.google.com/detail/ebay-time-left/jbjjhfmffaahpkdlogabalfjfaokfmeb |
| Beskrivelse | This Chrome addon will add the time left of a currently viewed eBay auction to the tab's title. No more forgetting active auctions! |
| Filstørrelse | 3.35 KB |
| Antal Installationer | 51 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2017-11-17 |
| Udgivelsesdato | 2017-11-17 |
| Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
| Udvikler | Radeb |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/jonathanmccann/ebay-time-left |
| Understøttede Sprog | 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"
]
}
]
} | |