GT-K - Google Tasks Kanban
Task KANBAN. Sync with Google Tasks.
GT-K - Google Tasks Kanban क्या है?
GT-K - Google Tasks Kanban http://risin.jp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Task KANBAN. Sync with Google Tasks."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GT-K - Google Tasks Kanban एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Just Fucking Do It ! Author: Masayuki ENDO http://risin.jp
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |