GT-K - Google Tasks Kanban
Task KANBAN. Sync with Google Tasks.
What is GT-K - Google Tasks Kanban?
GT-K - Google Tasks Kanban is a Chrome extension developed by http://risin.jp, and its main feature is "Task KANBAN. Sync with Google Tasks.".
Extension Screenshots
Download GT-K - Google Tasks Kanban Extension CRX File
Download GT-K - Google Tasks Kanban extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Just Fucking Do It !
Author: Masayuki ENDO
http://risin.jp Extension Basic Information
| Name | |
| ID | imodchndcignjgombogmpddjnbmndnbn |
| Official URL | https://chrome.google.com/webstore/detail/gt-k-google-tasks-kanban/imodchndcignjgombogmpddjnbmndnbn |
| Description | Task KANBAN. Sync with Google Tasks. |
| File Size | 171 KB |
| Installation Count | 74 |
| Current Version | 0.2 |
| Last Updated | 2013-10-09 |
| Publish Date | 2013-10-09 |
| Rating | 1.00/5 Total 6 Ratings |
| Developer | http://risin.jp |
| Payment Type | free |
| Supported Languages | 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"
]
} | |