Kanboard Quickmenu

A little extension to access Kanboard projects faster.

What is Kanboard Quickmenu?

Kanboard Quickmenu is a Chrome extension developed by BlueTeck, and its main feature is "A little extension to access Kanboard projects faster.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Kanboard Quickmenu Extension CRX File

Download Kanboard Quickmenu 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

                        A little extension to access Kanboard projects faster.
Screenshots may be old.

New in:
 0.1.6 - update libaries
 0.1.5 - tr translation
 0.1.4 - show swimlanes
 0.1.3 - enable User API
 0.1.2 - Bugfixes + Update Libarys
 0.1.1 - Activity Stream + New Settings
 0.1.0 - Layout improvements
 0.0.9 - Translatio de + en
 0.0.8 - new material design

Feel free to contribute:

https://github.com/BlueTeck/kanboard_chrome_extension                    

Extension Basic Information

Name Kanboard Quickmenu Kanboard Quickmenu
ID akjbeplnnihghabpgcfmfhfmifjljneh
Official URL https://chromewebstore.google.com/detail/kanboard-quickmenu/akjbeplnnihghabpgcfmfhfmifjljneh
Description A little extension to access Kanboard projects faster.
File Size 3.22 MB
Installation Count 126
Current Version 0.1.60
Last Updated 2017-10-04
Publish Date 2017-10-04
Rating 3.75/5 Total 4 Ratings
Developer BlueTeck
Payment Type free
Extension Website https://github.com/BlueTeck/kanboard_chrome_extension
Help Page URL https://github.com/BlueTeck/kanboard_chrome_extension
Supported Languages de,en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "version": "0.1.60",
    "author": "Timo Litzbarski",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon_48.png",
        "default_popup": "index.html#\/lasturl",
        "default_title": "__MSG_browser_action_title__"
    },
    "permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/",
        "storage"
    ],
    "options_ui": {
        "page": "index.html#\/settings",
        "chrome_style": false
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    }
}