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
Qu'est-ce que Add to Calendar ?
Add to Calendar est une extension Chrome développée par jrm.publisher, et sa fonction principale est "Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Add to Calendar
Téléchargez les fichiers d'extension Add to Calendar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Add to Calendar |
ID | ciamdnecdjnljmaaoneckkojbdbkmdhe |
URL Officiel | https://chromewebstore.google.com/detail/add-to-calendar/ciamdnecdjnljmaaoneckkojbdbkmdhe |
Description | Select a date on any webpage and add it to your calendar with automatically filled details, including a link to the webpage |
Taille du Fichier | 134 KB |
Nombre d'Installations | 379 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2019-03-13 |
Date de Publication | 2019-03-13 |
Développeur | jrm.publisher |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |