Football (Soccer) Team Next Match
This extension shows the date and time of your selected football (soccer) team next match.
Football (Soccer) Team Next Matchとは何ですか?
Football (Soccer) Team Next Matchはatelabsによって開発されたChromeの拡張機能で、その主な機能は「This extension shows the date and time of your selected football (soccer) team next match.」です。
拡張機能のスクリーンショット
Football (Soccer) Team Next Match拡張機能のCRXファイルをダウンロード
Football (Soccer) Team Next Match拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Choose your favorite famous European football (soccer) team(s) and see when is their next game. This is particularly useful for people who want to know their favorite team's next game date and time and watch it after the game has been finished. For them, it is best not to use a Google search as if the game is live or has already been finished this will spoil the results. Some good features on the latest version: - The game time is adjusted based on the user to her/his local time. - Ability to choose multiple teams. - The teams flags are clickable and will take you to a page with more details about the team and its past and future games.
拡張機能の基本情報
名前 | |
ID | gpmnmohfhhepefaamggmcfpgoinmbdfl |
公式URL | https://chrome.google.com/webstore/detail/football-soccer-team-next/gpmnmohfhhepefaamggmcfpgoinmbdfl |
説明 | This extension shows the date and time of your selected football (soccer) team next match. |
ファイルサイズ | 181 KB |
インストール数 | 391 |
現在のバージョン | 1.1.1 |
最終更新日 | 2020-02-26 |
公開日 | 2020-02-26 |
評価 | 4.73/5 合計 15 レビュー |
開発者 | atelabs |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Football (Soccer) Team Next Match", "description": "This extension shows the date and time of your selected football (soccer) team next match.", "version": "1.1.1", "manifest_version": 2, "browser_action": { "default_icon": { "16": "assets\/images\/ball_blue16.png", "32": "assets\/images\/ball_blue32.png", "48": "assets\/images\/ball_blue48.png", "128": "assets\/images\/ball_blue128.png" }, "default_popup": "index.html" }, "permissions": [ "tabs", "storage" ] } |