FRC New Tab
New Tab page to display information about a random FRC team.
什麼是FRC New Tab?
FRC New Tab是由https://erikboesen.com開發的Chrome擴展程式,該擴展的主要功能是“New Tab page to display information about a random FRC team.”。
擴展截圖
下載FRC New Tab擴展crx文件
下載FRC New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Display information about a random FIRST Robotics Competition team in your new tab! Or, display the current time as a team.
Features:
- Option to customize list of teams from which a random one is chosen, or keep it permanently on one
- Clock Mode: the team will be shown which corresponds to the current time.
- Hide or show team location and/or name
- More features coming soon!
This project is open source on GitHub! Contributions and improvements are VERY welcome!
https://github.com/ErikBoesen/FRCNewTab 擴展基本資訊
| 名稱 | |
| ID | agmoglelphhinnadfmbfodhkdagibkop |
| 官方網址 | https://chromewebstore.google.com/detail/frc-new-tab/agmoglelphhinnadfmbfodhkdagibkop |
| 簡介 | New Tab page to display information about a random FRC team. |
| 檔案大小 | 8.33 MB |
| 安裝次數 | 192 |
| 目前版本 | 1.6.5 |
| 更新時間 | 2018-12-05 |
| 上架時間 | 2018-12-05 |
| 評分 | 5.00/5 共 11 次評分 |
| 開發者 | https://erikboesen.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "FRC New Tab",
"short_name": "FRCNewTab",
"description": "New Tab page to display information about a random FRC team.",
"icons": {
"128": "res\/img\/128.png"
},
"version": "1.6.5",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"applications": {
"gecko": {
"strict_min_version": "54.0"
}
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
} | |