Office Football Pool Enhancer
This extension adds some additional functionality to Office Football Pool
¿Qué es Office Football Pool Enhancer?
Office Football Pool Enhancer es una extensión de Chrome desarrollada por Ethan Hart, y su función principal es "This extension adds some additional functionality to Office Football Pool".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Office Football Pool Enhancer
Descarga archivos de extensión Office Football Pool Enhancer 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
This extension modifies the overall standings table for Office Football Pool to show what the average (mean) number of shares is across the pool and show how much each user deviates from the mean. The latest update fixes a new table layout, adds some sorting functionality previously not present, and includes some minor visual enhancements. Fixed (2019-08-26): Pending picks visible again on overall standings, Not Active users removed from table Known bugs: Reverse sorting for "Risked" not working
Información Básica de la Extensión
Nombre | Office Football Pool Enhancer |
ID | giddgbpfifkedgnlonpcpbhnhbpkdapo |
URL Oficial | https://chromewebstore.google.com/detail/office-football-pool-enha/giddgbpfifkedgnlonpcpbhnhbpkdapo |
Descripción | This extension adds some additional functionality to Office Football Pool |
Tamaño del Archivo | 8.64 KB |
Cantidad de Instalaciones | 79 |
Versión Actual | 2.1 |
Última Actualización | 2019-08-26 |
Fecha de Publicación | 2019-08-26 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Ethan Hart |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Office Football Pool Enhancer", "description": "This extension adds some additional functionality to Office Football Pool", "version": "2.1", "icons": { "128": "images\/icon128.png" }, "content_scripts": [ { "js": [ "js\/ofps.js" ], "matches": [ "*:\/\/officefootballpool.com\/standings*", "*:\/\/www.officefootballpool.com\/standings*" ], "run_at": "document_end" } ] } |