Badíʿ Calendar - Helper for Google Calendar
Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages.
ما هو Badíʿ Calendar - Helper for Google Calendar؟
Badíʿ Calendar - Helper for Google Calendar هو إضافة Chrome تم تطويرها بواسطة https://sites.google.com/site/badicalendartools، والميزة الرئيسية لها هي "Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Badíʿ Calendar - Helper for Google Calendar
قم بتنزيل ملفات الامتداد Badíʿ Calendar - Helper for Google Calendar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a helper for the "Badíʿ Calendar" extension. You must install both extensions for this one to work! This helper extension integrates into Google Calendar webpages to display dates from the Badíʿ (Wondrous/Badi) calendar! Works for month and day views. The language used is set inside the main Badíʿ Calendar extension.
معلومات أساسية عن التمديد
الاسم | Badíʿ Calendar - Helper for Google Calendar |
ID | hbgnmlfblbpjohobgcopachcgjdbpdop |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bad%C3%AD%CA%BF-calendar-helper-for/hbgnmlfblbpjohobgcopachcgjdbpdop |
الوصف | Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages. |
حجم الملف | 74.81 KB |
عدد التثبيتات | 255 |
النسخة الحالية | 1.3.5 |
آخر تحديث | 2021-02-08 |
تاريخ النشر | 2020-02-01 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | https://sites.google.com/site/badicalendartools |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://sites.google.com/site/badicalendartools/home/web-extension/helper-for-google-calendar |
عنوان صفحة المساعدة | https://sites.google.com/site/badicalendartools/home/web-extension |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_title__", "version": "1.3.5", "description": "__MSG_titleDesc__", "default_locale": "en", "icons": { "128": "badi19plus-128.png" }, "background": { "persistent": false, "scripts": [ "jquery-3.3.1.min.js", "background.js", "shared.js" ] }, "web_accessible_resources": [ "star.png" ], "content_security_policy": "script-src 'self'; object-src 'self'", "author": "Glen Little", "short_name": "BadiCalGCal", "manifest_version": 2, "incognito": "split", "content_scripts": [ { "js": [ "jquery-3.3.1.min.js", "moment.min.js", "shared.js", "gcal2.js" ], "css": [ "gcal2.css" ], "matches": [ "https:\/\/calendar.google.com\/calendar\/*" ] } ] } |