Calendar
Day, Month and Year
ما هو Calendar؟
Calendar هو إضافة Chrome تم تطويرها بواسطة https://mythical5th.com، والميزة الرئيسية لها هي "Day, Month and Year".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Calendar
قم بتنزيل ملفات الامتداد Calendar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Keyboard shortcut: Alt+C
To change the default, go to chrome://extensions/shortcuts
September 2023:
With regret, the full-month grid has been removed. It used the Flexbox and Grid layout modes of HTML, which have been affected negatively by an update of Chrome. معلومات أساسية عن التمديد
| الاسم | |
| ID | ndfdimandiclndjddnhkhjleeadcppcj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/calendar/ndfdimandiclndjddnhkhjleeadcppcj |
| الوصف | Day, Month and Year |
| حجم الملف | 8.15 KB |
| عدد التثبيتات | 48 |
| النسخة الحالية | 4.1 |
| آخر تحديث | 2024-02-10 |
| تاريخ النشر | 2021-03-01 |
| المطور | https://mythical5th.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | http://mythical5th.com/policies/chromeWebStore.html |
| اللغات المدعومة | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Calendar",
"version": "4.1",
"description": "Day, Month and Year",
"short_name": "Calendar",
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+C"
}
}
},
"icons": {
"16": "\/icons\/icon16.png",
"48": "\/icons\/icon48.png",
"128": "\/icons\/icon128.png"
},
"action": {
"default_title": "Calendar",
"default_popup": "popup.html",
"default_icon": {
"16": "\/icons\/icon16.png",
"48": "\/icons\/icon48.png"
}
}
} | |