Send to Calendar

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

O que é Send to Calendar?

Send to Calendar é uma extensão do Chrome desenvolvida por https://borism.net, e sua principal característica é "Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Send to Calendar

Baixe arquivos de extensão Send to Calendar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Send to Calendar Send to Calendar
ID iefhhfhadhcgefikmjdpclgpmmlaodfc
URL Oficial https://chromewebstore.google.com/detail/send-to-calendar/iefhhfhadhcgefikmjdpclgpmmlaodfc
Descrição Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'
Tamanho do Arquivo 33.76 KB
Contagem de Instalações 10,000
Versão Atual 0.20
Última Atualização 2016-07-03
Data de Publicação 2016-07-03
Classificação 2.85/5 Total de 91 Avaliações
Desenvolvedor https://borism.net
Tipo de Pagamento free
Site da Extensão http://borism.net
URL da Página de Ajuda http://borism.net
Idiomas Suportados 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
}