GT-K - Google Tasks Kanban
Task KANBAN. Sync with Google Tasks.
Cos'è GT-K - Google Tasks Kanban?
GT-K - Google Tasks Kanban è un'estensione di Chrome sviluppata da http://risin.jp, e la sua funzione principale è "Task KANBAN. Sync with Google Tasks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GT-K - Google Tasks Kanban
Scarica i file di estensione GT-K - Google Tasks Kanban in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Just Fucking Do It ! Author: Masayuki ENDO http://risin.jp
Informazioni di Base sull'Estensione
Nome | |
ID | imodchndcignjgombogmpddjnbmndnbn |
URL Ufficiale | https://chrome.google.com/webstore/detail/gt-k-google-tasks-kanban/imodchndcignjgombogmpddjnbmndnbn |
Descrizione | Task KANBAN. Sync with Google Tasks. |
Dimensione del File | 171 KB |
Conteggio Installazioni | 74 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2013-10-09 |
Data di Pubblicazione | 2013-10-09 |
Valutazione | 1.00/5 Totale 6 Valutazioni |
Sviluppatore | http://risin.jp |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |