Google Calendar Color Monday
Google Calendar の土日に色をつけます。月曜始まりに対応しています。
ما هو Google Calendar Color Monday؟
Google Calendar Color Monday هو إضافة Chrome تم تطويرها بواسطة http://suekichi.org، والميزة الرئيسية لها هي "Google Calendar の土日に色をつけます。月曜始まりに対応しています。".
تحميل ملف CRX للإضافة Google Calendar Color Monday
قم بتنزيل ملفات الامتداد Google Calendar Color Monday بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Google Calendar の土日に色をつけます。月曜始まりに対応しています。
معلومات أساسية عن التمديد
الاسم | |
ID | nlmabfjnjemdhlpkanlgbpgblenggbme |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/google-calendar-color-mon/nlmabfjnjemdhlpkanlgbpgblenggbme |
الوصف | Google Calendar の土日に色をつけます。月曜始まりに対応しています。 |
حجم الملف | 8.54 KB |
عدد التثبيتات | 1,255 |
النسخة الحالية | 1.0.4 |
آخر تحديث | 2015-11-13 |
تاريخ النشر | 2015-11-13 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://suekichi.org |
نوع الدفع | free |
اللغات المدعومة | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Calendar Color Monday", "version": "1.0.4", "manifest_version": 2, "description": "Google Calendar \u306e\u571f\u65e5\u306b\u8272\u3092\u3064\u3051\u307e\u3059\u3002\u6708\u66dc\u59cb\u307e\u308a\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059\u3002", "icons": { "16": "icon_016.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*", "https:\/\/calendar.google.com\/*" ], "css": [ "content.css" ] } ], "permissions": [ "https:\/\/calendar.google.com\/*", "https:\/\/calendar.google.com\/*" ] } |