There, there, Google Calendar
Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)
ما هو There, there, Google Calendar؟
There, there, Google Calendar هو إضافة Chrome تم تطويرها بواسطة https://benjaminbojko.com، والميزة الرئيسية لها هي "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة There, there, Google Calendar
قم بتنزيل ملفات الامتداد There, there, Google Calendar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | hkjnokojjolmplgbhmblgjioajjndgoo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/there-there-google-calend/hkjnokojjolmplgbhmblgjioajjndgoo |
الوصف | Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked) |
حجم الملف | 138 KB |
عدد التثبيتات | 38 |
النسخة الحالية | 0.1.2 |
آخر تحديث | 2017-06-02 |
تاريخ النشر | 2017-06-02 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://benjaminbojko.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.2", "name": "There, there, Google Calendar", "description": "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)", "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "js": [ "main.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "main.js" ], "icons": { "128": "icon128.png", "512": "icon512.png" } } |