CodingDude - Contest Reminder

Dominate coding challenges with CodingDude: Live, upcoming & 24-hour contests. Elevate skills and excel in programming!

CodingDude - Contest Reminderคืออะไร?

CodingDude - Contest Reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dhruv Mishra และคุณลักษณะหลักของมันคือ "Dominate coding challenges with CodingDude: Live, upcoming & 24-hour contests. Elevate skills and excel in programming!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CodingDude - Contest Reminder

ดาวน์โหลดไฟล์ส่วนขยาย CodingDude - Contest Reminder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ⚠️ Update Alert:
- Experience any issues? Reinstall after removing for a smooth fix.
- You need to turn of Do not disturb mode to get notification

Introducing CodingDude: Your Ultimate Coding Contests dude!
______________________________________________________________

CodingDude is a contest reminder Chrome extension that helps programmers never forget about any contest by sending notifications or setting reminders in Google Calendar. It displays live, in 24 hours, and upcoming programming contests happening on popular coding platforms.

Key Features of CodingDude:

[we support almost all top coding contest websites.]
1) Visit a Coding Contest in one click, by clicking on the contest name.
2) It reminds you 5 minutes before the contest starts by clicking on the bell icon.
3) Add contests to your schedule effortlessly.
4) Get update only for contests on your chosen platforms.
5) Get access to all popular programming platforms.
6) Filter contests by timeframe, including live contest, within 24 hours, upcoming, live.

CodingDude doesn’t take any personal information from the user. It fetches data from API's one an hour and stores it in chrome database.

Don't miss out on coding opportunities! Embrace the future of coding contest management with CodingDude. Join our community of coding enthusiasts already harnessing the power of this game-changing Chrome extension. Get ready to code, conquer, and celebrate victory – all with your trusty buddy, CodingDude! 


-----------------------------------------------------------------------------------------------------------------------------
Discover a bug? Help us improve! Report any issues in our Chrome extension for a smoother, better experience. Thank you!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CodingDude - Contest Reminder CodingDude - Contest Reminder
ID gceicoplhhmgcoanpkbnopdccpghbngk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/codingdude-contest-remind/gceicoplhhmgcoanpkbnopdccpghbngk
คำอธิบาย Dominate coding challenges with CodingDude: Live, upcoming & 24-hour contests. Elevate skills and excel in programming!
ขนาดไฟล์ 338 KB
จำนวนการติดตั้ง 248
เวอร์ชันปัจจุบัน 0.0.9
อัปเดตครั้งล่าสุด 2024-03-02
วันที่เผยแพร่ 2023-06-20
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Dhruv Mishra
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "CodingDude",
    "name": "CodingDude - Contest Reminder",
    "description": "Dominate coding challenges with CodingDude: Live, upcoming & 24-hour contests. Elevate skills and excel in programming!",
    "version": "0.0.9",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "alarms",
        "notifications"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "author": "https:\/\/github.com\/Dhruv35M",
    "action": {
        "default_popup": "index.html",
        "default_title": "CodingDude"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "windows": "Ctrl+Shift+K",
                "mac": "MacCtrl+Shift+K"
            },
            "description": "Toggle My Chrome Extension"
        }
    },
    "manifest_version": 3
}