Class Countdown Extension
The chrome extension for Class Countdown
ما هو Class Countdown Extension؟
Class Countdown Extension هو إضافة Chrome تم تطويرها بواسطة girraweencountdown، والميزة الرئيسية لها هي "The chrome extension for Class Countdown".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Class Countdown Extension
قم بتنزيل ملفات الامتداد Class Countdown Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Class Countdown chrome extension allows you to see how long you have left until the end of each lesson without even having Class Countdown open!
معلومات أساسية عن التمديد
الاسم | Class Countdown Extension |
ID | lompgalcaddbggjgbmicgimelihccdpe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/class-countdown-extension/lompgalcaddbggjgbmicgimelihccdpe |
الوصف | The chrome extension for Class Countdown |
حجم الملف | 204 KB |
عدد التثبيتات | 552 |
النسخة الحالية | 0.1.11 |
آخر تحديث | 2022-04-07 |
تاريخ النشر | 2021-07-26 |
تقييم | 4.75/5 مجموع تقييمات 4 |
المطور | girraweencountdown |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.classcountdown.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Class Countdown Extension", "description": "The chrome extension for Class Countdown", "version": "0.1.11", "background": { "scripts": [ "dist\/background.js" ] }, "permissions": [ "https:\/\/*.classcountdown.com\/api\/*", "storage", "notifications", "unlimitedStorage" ], "browser_action": { "default_title": "Class Countdown", "default_popup": "view\/index.html", "default_icon": { "16": "img\/favicon16.png", "32": "img\/favicon32.png", "48": "img\/favicon48.png", "128": "img\/favicon128.png", "512": "img\/favicon512.png" } }, "icons": { "16": "img\/favicon16.png", "32": "img\/favicon32.png", "48": "img\/favicon48.png", "128": "img\/favicon128.png", "512": "img\/favicon512.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.classcountdown.com\/" ], "js": [ "dist\/content.js" ] } ] } |