toCalendar

Add new events to Google Calendar from every websites you visit.

toCalendar là gì?

toCalendar là một tiện ích mở rộng Chrome được phát triển bởi https://juuc.tumblr.com, và tính năng chính của nó là "Add new events to Google Calendar from every websites you visit.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng toCalendar 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

                        Add new events to Google Calendar from every websites you visit.
When you click  this extension's botton, extension is creating new tab and open Google Calendar's "create new event" page.

★New (ver.1.2)
Select sentence and right-click, you can add selection text into the description.
If the selection text has a Date, extension will use the date.

For example, if you use it on Gmail, the extension will set below:

Title : "Mail title - your gmail address" (*"Gmail - " prefix is deleted by the extension)
Description : Mail URI
Date : today

and...
- Adding Manifest Version in the manifest file.(ver.1.3.0)
- Fixed end-date bug.(ver.1.2.6)
- Changing icon's detail.(ver.1.2.5)                    

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

Tên toCalendar toCalendar
ID iffkflhcbfgfcendldlddpgpfbikibjd
URL Chính Thức https://chromewebstore.google.com/detail/tocalendar/iffkflhcbfgfcendldlddpgpfbikibjd
Mô tả Add new events to Google Calendar from every websites you visit.
Kích Thước Tệp 187 KB
Số Lần Cài Đặt 639
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2015-09-14
Ngày Phát Hành 2015-09-13
Đánh Giá 3.67/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://juuc.tumblr.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "toCalendar",
    "version": "1.3.1",
    "manifest_version": 2,
    "description": "Add new events to Google Calendar from every websites you visit.",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "toCalendar",
        "default_icon": "icon19.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ]
}