Send to Calendar

Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'

Qu'est-ce que Send to Calendar ?

Send to Calendar est une extension Chrome développée par https://borism.net, et sa fonction principale est "Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Send to Calendar

Téléchargez les fichiers d'extension Send 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

                        Send events to Google Calendar - automagically! It works great with Facebook or any other website. Select the text that contains the event info, right click and choose 'Send to Calendar.' 

- send events to Google Calendar automagically
- works with Facebook or any other website
- tries to accurately detect date & location info
- no special permissions needed

This extension is open source: https://github.com/borismasis/send-to-calendar/

Version 0.20 update from Rudolf Rosa:
- appending selected text to tab name as title of event
- fixing the issue with Google Chrome dropping new lines                    

Informations de Base sur l'Extension

Nom Send to Calendar Send to Calendar
ID iefhhfhadhcgefikmjdpclgpmmlaodfc
URL Officiel https://chromewebstore.google.com/detail/send-to-calendar/iefhhfhadhcgefikmjdpclgpmmlaodfc
Description Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'
Taille du Fichier 33.76 KB
Nombre d'Installations 10,000
Version Actuelle 0.20
Dernière Mise à Jour 2016-07-03
Date de Publication 2016-07-03
Évaluation 2.85/5 Total 91 Évaluations
Développeur https://borism.net
Type de Paiement free
Site Web de l'Extension http://borism.net
URL de la Page d'Aide http://borism.net
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Send to Calendar",
    "version": "0.20",
    "description": "Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "manifest_version": 2
}