Simple Calendar
A fast calendar that shows next month and supports events.
ما هو Simple Calendar؟
Simple Calendar هو إضافة Chrome تم تطويرها بواسطة jmigpin، والميزة الرئيسية لها هي "A fast calendar that shows next month and supports events.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple Calendar
قم بتنزيل ملفات الامتداد Simple Calendar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Yeap, a simple calendar. Shows next month as well and supports events. v0.7: fix sunday/monday headers issue; de-style select year border; center icon logo vertically; v0.6: added option to select first day of the week. v0.5: updated manifest file to version 3; improvements to year selection. v0.4: updated manifest file to version 2 as required by Google. v0.3: new icon; no more background process; show custom flags. v0.2: added events; remembers last selected month. v0.1: first release.
معلومات أساسية عن التمديد
الاسم | Simple Calendar |
ID | cibnaiaedegbllcicgigdlpmgglhoaee |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-calendar/cibnaiaedegbllcicgigdlpmgglhoaee |
الوصف | A fast calendar that shows next month and supports events. |
حجم الملف | 20.45 KB |
عدد التثبيتات | 609 |
النسخة الحالية | 0.7 |
آخر تحديث | 2024-02-08 |
تاريخ النشر | 2013-06-14 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | jmigpin |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Simple Calendar", "description": "A fast calendar that shows next month and supports events.", "version": "0.7", "permissions": [], "action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |