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!
¿Qué es eBay Time Left?
eBay Time Left es una extensión de Chrome desarrollada por Radeb, y su función principal es "This Chrome addon will add the time left of a currently viewed eBay auction to the tab's title. No more forgetting active auctions!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión eBay Time Left
Descarga archivos de extensión eBay Time Left en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Chrome extension of a Firefox add-on developed by JonathanMccann https://addons.mozilla.org/en-US/firefox/addon/ebay-time-left/
Información Básica de la Extensión
Nombre | eBay Time Left |
ID | jbjjhfmffaahpkdlogabalfjfaokfmeb |
URL Oficial | https://chromewebstore.google.com/detail/ebay-time-left/jbjjhfmffaahpkdlogabalfjfaokfmeb |
Descripción | This Chrome addon will add the time left of a currently viewed eBay auction to the tab's title. No more forgetting active auctions! |
Tamaño del Archivo | 3.35 KB |
Cantidad de Instalaciones | 51 |
Versión Actual | 1.1 |
Última Actualización | 2017-11-17 |
Fecha de Publicación | 2017-11-17 |
Calificación | 4.67/5 Total de 3 Calificaciones |
Desarrollador | Radeb |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/jonathanmccann/ebay-time-left |
Idiomas Soportados | 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" ] } ] } |