Send to 2Do

A toolbar button to send the current page to 2Do.

Send to 2Do là gì?

Send to 2Do là một tiện ích mở rộng Chrome được phát triển bởi doctor.tlaloc, và tính năng chính của nó là "A toolbar button to send the current page to 2Do.".

Ả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 Send to 2Do

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

                        A toolbar button to send the current Tab 2Do.
This Chrome Extension allows you to easily create tasks in 2Do for the current tab.

It captures the page's URL and any text you might have selected.

Very Customizable:

	* Add Prefix or suffix to Title.
	* Add Prefix or suffix to Note.
	* Select the list where you want to save the tasks.
	* Star / No Star
	* Select Priority
	* Choose whether to send task or edit before sending.

---

- This extension requires the 2Do Mac app to be installed (http://www.2doapp.com/mac/)

- This is not an official 2Do extension. I am not affiliated with 2Do in any way.                    

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

Tên Send to 2Do Send to 2Do
ID ijcalcfmadhkblckcfkipmllkdokloic
URL Chính Thức https://chromewebstore.google.com/detail/send-to-2do/ijcalcfmadhkblckcfkipmllkdokloic
Mô tả A toolbar button to send the current page to 2Do.
Kích Thước Tệp 30.27 KB
Số Lần Cài Đặt 274
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2017-08-14
Ngày Phát Hành 2017-08-14
Đánh Giá 3.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển doctor.tlaloc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/doctor-tlaloc/Send_to_2Do
URL Trang Chính Sách Bảo Mật https://github.com/doctor-tlaloc/Send_to_2Do/blob/master/Privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Send to 2Do",
    "version": "1.1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "description": "A toolbar button to send the current page to 2Do.",
    "browser_action": {
        "default_icon": "browser_action.png",
        "default_title": "Send this page to 2Do"
    },
    "background": {
        "scripts": [
            "options.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "activeTab"
    ]
}