GT-K - Google Tasks Kanban
Task KANBAN. Sync with Google Tasks.
Wat is GT-K - Google Tasks Kanban?
GT-K - Google Tasks Kanban is een Chrome-extensie ontwikkeld door http://risin.jp, en de belangrijkste functie is "Task KANBAN. Sync with Google Tasks.".
Extensie Screenshots
Download het CRX-bestand van de extensie GT-K - Google Tasks Kanban
Download GT-K - Google Tasks Kanban-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Just Fucking Do It ! Author: Masayuki ENDO http://risin.jp
Basisinformatie over de Extensie
Naam | |
ID | imodchndcignjgombogmpddjnbmndnbn |
Officiële URL | https://chrome.google.com/webstore/detail/gt-k-google-tasks-kanban/imodchndcignjgombogmpddjnbmndnbn |
Beschrijving | Task KANBAN. Sync with Google Tasks. |
Bestandsgrootte | 171 KB |
Aantal Installaties | 74 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2013-10-09 |
Publicatiedatum | 2013-10-09 |
Beoordeling | 1.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | http://risin.jp |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |