KanbanTool add task button
A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.
Что такое KanbanTool add task button?
KanbanTool add task button - это расширение Chrome, разработанное https://kanbantool.com, и его основная функция - "A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.".
Снимки экрана расширения
Скачать файл CRX расширения KanbanTool add task button
Скачайте файлы расширений KanbanTool add task button в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The quickest and simplest way to add tasks to your Kanban boards. You need to have an account with kanbantool.com and API access enabled for this extension to work. Source code is released under the MIT license and freely available on the GitHub: https://github.com/kanbantool/
Основная информация о расширении
Название | KanbanTool add task button |
ID | gbnfnglacjhimfaniccchianblffaibn |
Официальный URL | https://chromewebstore.google.com/detail/kanbantool-add-task-butto/gbnfnglacjhimfaniccchianblffaibn |
Описание | A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness. |
Размер файла | 68.09 KB |
Количество установок | 354 |
Текущая Версия | 1.2 |
Последнее Обновление | 2013-06-17 |
Дата публикации | 2013-06-17 |
Рейтинг | 3.63/5 Всего 16 оценок |
Разработчик | https://kanbantool.com |
Тип оплаты | free |
Официальный сайт расширения | http://kanbantool.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "KanbanTool add task button", "version": "1.2", "manifest_version": 2, "description": "A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.", "options_page": "options.html", "icons": { "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon128.png", "default_title": "Add task to KanbanTool", "default_popup": "popup.html" }, "permissions": [ "https:\/\/*.kanbantool.com\/" ] } |