Repeating Task Creator

Allows you to enter repeating Google tasks.

Repeating Task Creatorคืออะไร?

Repeating Task Creator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emilythacher และคุณลักษณะหลักของมันคือ "Allows you to enter repeating Google tasks."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Repeating Task Creator

ดาวน์โหลดไฟล์ส่วนขยาย Repeating Task Creator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Repeating Task Creator Repeating Task Creator
ID knlegjipjdldphamjlofeldjdofbpgfm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/repeating-task-creator/knlegjipjdldphamjlofeldjdofbpgfm
คำอธิบาย Allows you to enter repeating Google tasks.
ขนาดไฟล์ 21.5 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-12-11
วันที่เผยแพร่ 2015-12-11
ผู้พัฒนา emilythacher
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
        ]
    }
}