Kanboard Quickmenu

A little extension to access Kanboard projects faster.

Wat is Kanboard Quickmenu?

Kanboard Quickmenu is een Chrome-extensie ontwikkeld door BlueTeck, en de belangrijkste functie is "A little extension to access Kanboard projects faster.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Kanboard Quickmenu

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

                        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                    

Basisinformatie over de Extensie

Naam Kanboard Quickmenu Kanboard Quickmenu
ID akjbeplnnihghabpgcfmfhfmifjljneh
Officiële URL https://chromewebstore.google.com/detail/kanboard-quickmenu/akjbeplnnihghabpgcfmfhfmifjljneh
Beschrijving A little extension to access Kanboard projects faster.
Bestandsgrootte 3.22 MB
Aantal Installaties 126
Huidige Versie 0.1.60
Laatst Bijgewerkt 2017-10-04
Publicatiedatum 2017-10-04
Beoordeling 3.75/5 Totaal 4 Beoordelingen
Ontwikkelaar BlueTeck
Betalingswijze free
Extensiewebsite https://github.com/BlueTeck/kanboard_chrome_extension
Help Pagina-URL https://github.com/BlueTeck/kanboard_chrome_extension
Ondersteunde Talen 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"
    }
}