FRC New Tab

New Tab page to display information about a random FRC team.

Vad är FRC New Tab?

FRC New Tab är en Chrome-tillägg utvecklad av https://erikboesen.com, och dess huvudfunktion är "New Tab page to display information about a random FRC team.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner FRC New Tab-förlängningens CRX-fil

Ladda ner FRC New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn FRC New Tab FRC New Tab
ID agmoglelphhinnadfmbfodhkdagibkop
Officiell webbadress https://chromewebstore.google.com/detail/frc-new-tab/agmoglelphhinnadfmbfodhkdagibkop
Beskrivning New Tab page to display information about a random FRC team.
Filstorlek 8.33 MB
Antal Installationer 192
Aktuell Version 1.6.5
Senast Uppdaterad 2018-12-05
Publiceringsdatum 2018-12-05
Betyg 5.00/5 Totalt 11 Betyg
Utvecklare https://erikboesen.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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
    }
}