GT-K - Google Tasks Kanban

Task KANBAN. Sync with Google Tasks.

什麼是GT-K - Google Tasks Kanban?

GT-K - Google Tasks Kanban是由http://risin.jp開發的Chrome擴展程式,該擴展的主要功能是“Task KANBAN. Sync with Google Tasks.”。

擴展截圖

screenshot

下載GT-K - Google Tasks Kanban擴展crx文件

下載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
官方網址 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"
    ]
}