FRC Kickoff Countdown

Start every new tab with a countdown to the next FRC Kickoff!

ما هو FRC Kickoff Countdown؟

FRC Kickoff Countdown هو إضافة Chrome تم تطويرها بواسطة https://deniosoftware.com، والميزة الرئيسية لها هي "Start every new tab with a countdown to the next FRC Kickoff!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة FRC Kickoff Countdown

قم بتنزيل ملفات الامتداد FRC Kickoff Countdown بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Start every new tab with a countdown to the next FRC Kickoff!
This extension is simple, and to the point. No data-stealing here! Kickoff Countdown is open source here: https://github.com/cjdenio/frc-kickoff-countdown

FRC, or FIRST Robotics Competition, is a high-school robotics program focusing on readying students for real-world careers. You can learn more about FIRST here: https://www.firstinspires.org/robotics/frc
Disclaimer: Aside from being on an FRC team, I'm not affiliated with FIRST or FRC in any way.                    

معلومات أساسية عن التمديد

الاسم FRC Kickoff Countdown FRC Kickoff Countdown
ID jnjbaelllbbkndohngaafdmlpljhgije
عنوان URL الرسمي https://chromewebstore.google.com/detail/frc-kickoff-countdown/jnjbaelllbbkndohngaafdmlpljhgije
الوصف Start every new tab with a countdown to the next FRC Kickoff!
حجم الملف 1.62 MB
عدد التثبيتات 56
النسخة الحالية 2020.1
آخر تحديث 2019-10-11
تاريخ النشر 2019-10-11
تقييم 5.00/5 مجموع تقييمات 3
المطور https://deniosoftware.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://calebdenio.me/frc-kickoff-countdown
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FRC Kickoff Countdown",
    "description": "Start every new tab with a countdown to the next FRC Kickoff!",
    "version": "2020.1",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "512": "icon_512.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": []
}