Send to Google Tasks

Send the page you are reading to Google Tasks

Send to Google Tasks là gì?

Send to Google Tasks là một tiện ích mở rộng Chrome được phát triển bởi https://send-to-google-tasks.github.io, và tính năng chính của nó là "Send the page you are reading to Google Tasks".

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

screenshot

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

Tải xuống các tệp mở rộng Send to Google Tasks 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 to Google Tasks is a chrome extension that performs one simple thing: it send the page or link from your chrome browser to Google Tasks.

Change log:
- v1.7 @ 2023-12-02: allow setting default due date via option menu.
- v1.6 @ 2023-05-19: white outline icon is now available via option menu.
- v1.5 @ 2023-03-10: provide visual hint in badge when saving task.
- v1.4 @ 2022-11-26: support browsers other than Google Chrome, like Microsoft Edge.
- v1.3 @ 2022-11-24: use manifest v3.

Attribution for the icons and graphics: 
- Icons are made by Pixel perfect (https://www.flaticon.com/authors/pixel-perfect) from Flaticon (https://www.flaticon.com).                    

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

Tên Send to Google Tasks Send to Google Tasks
ID acomfpnllcpggnclcogaiceicgljnbac
URL Chính Thức https://chromewebstore.google.com/detail/send-to-google-tasks/acomfpnllcpggnclcogaiceicgljnbac
Mô tả Send the page you are reading to Google Tasks
Kích Thước Tệp 94.43 KB
Số Lần Cài Đặt 3,351
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2023-12-04
Ngày Phát Hành 2020-12-21
Đánh Giá 4.17/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://send-to-google-tasks.github.io
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Send to Google Tasks",
    "version": "1.7",
    "description": "Send the page you are reading to Google Tasks",
    "permissions": [
        "activeTab",
        "contextMenus",
        "identity",
        "notifications",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/bookmark_16.png",
            "24": "images\/bookmark_24.png",
            "32": "images\/bookmark_32.png",
            "48": "images\/bookmark_48.png"
        },
        "default_title": "Sent to Google Tasks"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "images\/bookmark_16.png",
        "32": "images\/bookmark_32.png",
        "48": "images\/bookmark_48.png",
        "128": "images\/bookmark_128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkBHiOEmbzCINo5fZVWi+lKEvpxpxiZnsVJ9iWRYUcGnM\/AWq52rzSZiMkunEB6jF96bkBoeUc6l3wGxw1AydZ3H3gyYr5nEGrpYsioMskfpYcqFQlkroKWYIkfkQ+tzzDAwzmuNcFYtaOipZlv1Z6RqrzDbXtfP3KIc4QO0DSVI1bT9LWh9iRh\/WDreOVC8o2jqekvirYU\/5tWd\/9z\/uTeu4w2sv8EgjCntCk9D0IH33WlAysI1fUUbgWEV1c5Jbon40F6siCYjEUStwQJkAvnVJbvUQsncLw3eiVesLF0f6nIE3BVpg7H6pJiNc\/fNOcFyCmBeP0WTzyw+Q49vFUwIDAQAB",
    "manifest_version": 3,
    "oauth2": {
        "client_id": "639946696688-cc30572ddrbb77dpqu9nf5fugitg9o9c.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/tasks"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}