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
官方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"
    ]
}