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 là gì?

Send to Calendar là một tiện ích mở rộng Chrome được phát triển bởi https://borism.net, và tính năng chính của nó là "Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Send to Calendar

Tải xuống các tệp mở rộng Send to Calendar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Send to Calendar Send to Calendar
ID iefhhfhadhcgefikmjdpclgpmmlaodfc
URL Chính Thức https://chromewebstore.google.com/detail/send-to-calendar/iefhhfhadhcgefikmjdpclgpmmlaodfc
Mô tả Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'
Kích Thước Tệp 33.76 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.20
Cập Nhật Lần Cuối 2016-07-03
Ngày Phát Hành 2016-07-03
Đánh Giá 2.85/5 Tổng số 91 Đánh Giá
Nhà Phát Triển https://borism.net
Loại Thanh Toán free
Trang Web Mở Rộng http://borism.net
URL Trang Trợ Giúp http://borism.net
Ngôn Ngữ Được Hỗ Trợ 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
}