GT-K - Google Tasks Kanban

Task KANBAN. Sync with Google Tasks.

GT-K - Google Tasks Kanbanคืออะไร?

GT-K - Google Tasks Kanban เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://risin.jp และคุณลักษณะหลักของมันคือ "Task KANBAN. Sync with Google Tasks."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GT-K - Google Tasks Kanban

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

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

                        Just Fucking Do It !

Author: Masayuki ENDO
http://risin.jp                    

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

ชื่อ GT-K - Google Tasks Kanban GT-K - Google Tasks Kanban
ID imodchndcignjgombogmpddjnbmndnbn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gt-k-google-tasks-kanban/imodchndcignjgombogmpddjnbmndnbn
คำอธิบาย Task KANBAN. Sync with Google Tasks.
ขนาดไฟล์ 171 KB
จำนวนการติดตั้ง 74
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2013-10-09
วันที่เผยแพร่ 2013-10-09
คะแนน 1.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา http://risin.jp
ประเภทการชำระเงิน free
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GT-K - Google Tasks Kanban",
    "version": "0.2",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "description": "Task KANBAN. Sync with Google Tasks.",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_title": "GT-K - Google Tasks Kanban",
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/robots.txt*"
            ],
            "js": [
                "oauth2\/oauth2_inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "https:\/\/www.googleapis.com\/tasks\/*",
        "tabs"
    ]
}