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é es Send to Calendar?
Send to Calendar es una extensión de Chrome desarrollada por https://borism.net, y su función principal es "Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Send to Calendar
Descarga archivos de extensión Send to Calendar en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Send to Calendar |
ID | iefhhfhadhcgefikmjdpclgpmmlaodfc |
URL Oficial | https://chromewebstore.google.com/detail/send-to-calendar/iefhhfhadhcgefikmjdpclgpmmlaodfc |
Descripción | Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.' |
Tamaño del Archivo | 33.76 KB |
Cantidad de Instalaciones | 10,000 |
Versión Actual | 0.20 |
Última Actualización | 2016-07-03 |
Fecha de Publicación | 2016-07-03 |
Calificación | 2.85/5 Total de 91 Calificaciones |
Desarrollador | https://borism.net |
Tipo de Pago | free |
Sitio Web de la Extensión | http://borism.net |
URL de la Página de Ayuda | http://borism.net |
Idiomas Soportados | 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 } |