Kanboard Quickmenu

A little extension to access Kanboard projects faster.

Kanboard Quickmenuとは何ですか?

Kanboard QuickmenuはBlueTeckによって開発されたChromeの拡張機能で、その主な機能は「A little extension to access Kanboard projects faster.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Kanboard Quickmenu拡張機能のCRXファイルをダウンロード

Kanboard Quickmenu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Kanboard Quickmenu Kanboard Quickmenu
ID akjbeplnnihghabpgcfmfhfmifjljneh
公式URL https://chromewebstore.google.com/detail/kanboard-quickmenu/akjbeplnnihghabpgcfmfhfmifjljneh
説明 A little extension to access Kanboard projects faster.
ファイルサイズ 3.22 MB
インストール数 126
現在のバージョン 0.1.60
最終更新日 2017-10-04
公開日 2017-10-04
評価 3.75/5 合計 4 レビュー
開発者 BlueTeck
支払い方法 free
拡張機能のウェブサイト https://github.com/BlueTeck/kanboard_chrome_extension
ヘルプページのURL https://github.com/BlueTeck/kanboard_chrome_extension
対応言語 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"
    }
}