Send to Calendar
Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'
Τι είναι το Send to Calendar;
Το Send to Calendar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://borism.net, και η κύρια λειτουργία του είναι "Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Send to Calendar
Λήψη αρχείων επέκτασης Send to Calendar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Send to Calendar |
ID | iefhhfhadhcgefikmjdpclgpmmlaodfc |
Επίσημο URL | https://chromewebstore.google.com/detail/send-to-calendar/iefhhfhadhcgefikmjdpclgpmmlaodfc |
Περιγραφή | Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.' |
Μέγεθος Αρχείου | 33.76 KB |
Αριθμός Εγκαταστάσεων | 10,000 |
Τρέχουσα Έκδοση | 0.20 |
Τελευταία Ενημέρωση | 2016-07-03 |
Ημερομηνία Δημοσίευσης | 2016-07-03 |
Αξιολόγηση | 2.85/5 Συνολικά 91 Αξιολογήσεις |
Προγραμματιστής | https://borism.net |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://borism.net |
Διεύθυνση URL της Σελίδας Βοήθειας | http://borism.net |
Υποστηριζόμενες Γλώσσες | 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 } |