Codeforces Regular Contest Remainder
This extension reminds you about upcoming Codeforces contests
ما هو Codeforces Regular Contest Remainder؟
Codeforces Regular Contest Remainder هو إضافة Chrome تم تطويرها بواسطة Shibin George، والميزة الرئيسية لها هي "This extension reminds you about upcoming Codeforces contests".
تحميل ملف CRX للإضافة Codeforces Regular Contest Remainder
قم بتنزيل ملفات الامتداد Codeforces Regular Contest Remainder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Lightweight Chrome extension for showing upcoming Codeforces regular contests, at the click of a button. The extension uses the official Codeforces API. Freely Distributable and reuseable.
معلومات أساسية عن التمديد
الاسم | Codeforces Regular Contest Remainder |
ID | dhfpmjljpcabfaofkhlhjcjepnggamgk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/codeforces-regular-contes/dhfpmjljpcabfaofkhlhjcjepnggamgk |
الوصف | This extension reminds you about upcoming Codeforces contests |
حجم الملف | 26.02 KB |
عدد التثبيتات | 288 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-11-16 |
تاريخ النشر | 2016-11-16 |
المطور | Shibin George |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Codeforces Regular Contest Remainder", "description": "This extension reminds you about upcoming Codeforces contests", "version": "1.0", "browser_action": { "default_icon": "codeforces.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/codeforces.com\/*\/" ] } |