Add to Calendar
Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage
ما هو Add to Calendar؟
Add to Calendar هو إضافة Chrome تم تطويرها بواسطة jrm.publisher، والميزة الرئيسية لها هي "Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Add to Calendar
قم بتنزيل ملفات الامتداد Add to Calendar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple extension to select dates on any webpage and add them to your Google calendar. Simply select the date, right click and choose: "Send selected date to my calendar". The date together with automatically gathered data from the webpage will be added to a new event in your calendar. Review the details and Save the event. Please note that: 1) This extension only works with Google Calendar 2) In addition to the selected date, title of the webpage will be added as event name, a link to the webpage will be included into the details of the event. 3) The extension detects different date formats, however, always double check the auto-filled data before saving the event. I will not be responsible if you miss an important date! Otherwise, Enjoy!
معلومات أساسية عن التمديد
الاسم | Add to Calendar |
ID | ciamdnecdjnljmaaoneckkojbdbkmdhe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/add-to-calendar/ciamdnecdjnljmaaoneckkojbdbkmdhe |
الوصف | Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage |
حجم الملف | 134 KB |
عدد التثبيتات | 379 |
النسخة الحالية | 1.4 |
آخر تحديث | 2019-03-13 |
تاريخ النشر | 2019-03-13 |
المطور | jrm.publisher |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.4", "name": "Add to Calendar", "description": "Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage", "permissions": [ "contextMenus", "activeTab" ], "icons": { "16": "images\/calendar.png", "48": "images\/calendar.png", "128": "images\/calendar.png" }, "background": { "scripts": [ "main.js" ] } } |