EPL Tracker
EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…
EPL Trackerとは何ですか?
EPL TrackerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the…」です。
拡張機能のスクリーンショット
EPL Tracker拡張機能のCRXファイルをダウンロード
EPL Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the upcoming matches. In the background, it also displays a Manchester United wallpaper which changes every time the tab is reloaded. Also, there is a new quote which is shown in every new tab opened.
Built by - Nikunj Mall 拡張機能の基本情報
| 名前 | |
| ID | mbelbobcccnkmfbdocgopgamhelehpgc |
| 公式URL | https://chromewebstore.google.com/detail/epl-tracker/mbelbobcccnkmfbdocgopgamhelehpgc |
| 説明 | EPL Tracker is a chrome extension which provides updated scores on EPL fixtures and also shows the scheduled timings of all the… |
| ファイルサイズ | 43.88 KB |
| インストール数 | 78 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2019-03-30 |
| 公開日 | 2019-03-29 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "EPL Tracker",
"short_name": "EPL",
"author": "Nikunj Mall",
"version": "1.0",
"permissions": [
"activeTab",
"storage",
"https:\/\/api.football-data.org\/v2\/*"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_action": {
"default_icon": "logo.png",
"default_title": "EPL Tracker"
}
} | |