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.'".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Send to Calendar

قم بتنزيل ملفات الامتداد Send to Calendar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة 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
}