Infinite Monthly Calendar
Use the mousewheel to easily scroll between monthly calendars.
ما هو Infinite Monthly Calendar؟
Infinite Monthly Calendar هو إضافة Chrome تم تطويرها بواسطة publisher، والميزة الرئيسية لها هي "Use the mousewheel to easily scroll between monthly calendars.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Infinite Monthly Calendar
قم بتنزيل ملفات الامتداد Infinite Monthly Calendar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
What's new: 1.1.1: * Compressed images to decrease extension package size 1.1.0: * Added option to set Monday as the first day of the week * Added customizable Special Dates list up to 50 special dates
معلومات أساسية عن التمديد
الاسم | Infinite Monthly Calendar |
ID | pfpjbkkfjjjjenbgoadcemjoaahdphki |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/infinite-monthly-calendar/pfpjbkkfjjjjenbgoadcemjoaahdphki |
الوصف | Use the mousewheel to easily scroll between monthly calendars. |
حجم الملف | 62.96 KB |
عدد التثبيتات | 476 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2016-05-18 |
تاريخ النشر | 2016-05-17 |
تقييم | 4.86/5 مجموع تقييمات 7 |
المطور | publisher |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Infinite Monthly Calendar", "description": "Use the mousewheel to easily scroll between monthly calendars.", "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "version": "1.1.1", "options_page": "options.html", "browser_action": { "default_title": "Infinite Monthly Calendar", "default_popup": "popup.html" }, "offline_enabled": true } |