Repeating Task Creator

Allows you to enter repeating Google tasks.

Repeating Task Creator là gì?

Repeating Task Creator là một tiện ích mở rộng Chrome được phát triển bởi emilythacher, và tính năng chính của nó là "Allows you to enter repeating 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 Repeating Task Creator

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

                        Allows you to enter repeating Google tasks. Tasks may repeat daily or weekly, every 1 to 30 days or weeks.                    

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

Tên Repeating Task Creator Repeating Task Creator
ID knlegjipjdldphamjlofeldjdofbpgfm
URL Chính Thức https://chrome.google.com/webstore/detail/repeating-task-creator/knlegjipjdldphamjlofeldjdofbpgfm
Mô tả Allows you to enter repeating Google tasks.
Kích Thước Tệp 21.5 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-12-11
Ngày Phát Hành 2015-12-11
Nhà Phát Triển emilythacher
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Repeating Task Creator",
    "version": "1.1",
    "description": "Allows you to enter repeating Google tasks.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "optionspage.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "notifications",
        "tabs",
        "identity",
        "http:\/\/www.google.com\/",
        "https:\/\/www.google.com\/",
        "http:\/\/www.googleapis.com\/",
        "https:\/\/www.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "215921538406-25t0isnlpvinksqu5ralsu2cs7q5ili8.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/tasks"
        ]
    }
}