European Football Leagues Score
Simple football box score
什么是European Football Leagues Score?
European Football Leagues Score是由junjun901225开发的Chrome扩展程序,该扩展的主要功能是“Simple football box score”。
扩展截图
下载European Football Leagues Score扩展crx文件
下载European Football Leagues Score扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extenison is a dashboard that displays real-time football scores from various leagues across Europe.
The users don't need to open a new tab or access a new webpage to check football scores.
Update history
v1.2.0
It shows scorers when hovering a score
v1.3.0
league1 and serieA are added
v1.4.0
pagination is added
UEFA Europa League and UEFA Europa Conference League are added
V1.4.1
bug fix for the case where a team doesn't have a record 扩展基本信息
| 名称 | |
| ID | gbjnhnlklfjifaijdgmefjeokakhpaeg |
| 官方URL | https://chromewebstore.google.com/detail/european-football-leagues/gbjnhnlklfjifaijdgmefjeokakhpaeg |
| 简介 | Simple football box score |
| 文件大小 | 1.46 MB |
| 安装次数 | 194 |
| 当前版本 | 1.4.1 |
| 更新时间 | 2024-02-06 |
| 上架时间 | 2023-10-03 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | junjun901225 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "European Football Leagues Score",
"description": "Simple football box score",
"version": "1.4.1",
"manifest_version": 3,
"action": {
"default_popup": "index.html",
"default_title": "Open the popup"
},
"icons": {
"16": "football.png",
"48": "football.png",
"128": "football.png"
},
"permissions": []
} | |