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