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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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