Kanboard Quickmenu
A little extension to access Kanboard projects faster.
什么是Kanboard Quickmenu?
Kanboard Quickmenu是由BlueTeck开发的Chrome扩展程序,该扩展的主要功能是“A little extension to access Kanboard projects faster.”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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"
}
} | |