Add To Calendar
Make a Google Calendar event from a selection of text
Qu'est-ce que Add To Calendar ?
Add To Calendar est une extension Chrome développée par https://mattkrins.com, et sa fonction principale est "Make a Google Calendar event from a selection of text".
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
An incredibly simple extension that lets you quickly make a Google Calendar event from a selection of text.
Informations de Base sur l'Extension
Nom | Add To Calendar |
ID | pipjnidgeelohoapkmdcbkddjjklnofj |
URL Officiel | https://chromewebstore.google.com/detail/add-to-calendar/pipjnidgeelohoapkmdcbkddjjklnofj |
Description | Make a Google Calendar event from a selection of text |
Taille du Fichier | 25.5 KB |
Nombre d'Installations | 910 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2018-03-13 |
Date de Publication | 2018-03-12 |
Évaluation | 2.92/5 Total 13 Évaluations |
Développeur | https://mattkrins.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mattkrins/CalendarAdd |
URL de la Page d'Aide | https://github.com/mattkrins/CalendarAdd/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add To Calendar", "short_name": "CalendarAdd", "version": "1.2", "author": "Matt Krins", "homepage_url": "https:\/\/github.com\/mattkrins\/CalendarAdd", "description": "Make a Google Calendar event from a selection of text", "permissions": [ "contextMenus" ], "manifest_version": 2, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] } } |