Kanboard Quickmenu
A little extension to access Kanboard projects faster.
Kanboard Quickmenu là gì?
Kanboard Quickmenu là một tiện ích mở rộng Chrome được phát triển bởi BlueTeck, và tính năng chính của nó là "A little extension to access Kanboard projects faster.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kanboard Quickmenu
Tải xuống các tệp mở rộng Kanboard Quickmenu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kanboard Quickmenu |
ID | akjbeplnnihghabpgcfmfhfmifjljneh |
URL Chính Thức | https://chromewebstore.google.com/detail/kanboard-quickmenu/akjbeplnnihghabpgcfmfhfmifjljneh |
Mô tả | A little extension to access Kanboard projects faster. |
Kích Thước Tệp | 3.22 MB |
Số Lần Cài Đặt | 126 |
Phiên Bản Hiện Tại | 0.1.60 |
Cập Nhật Lần Cuối | 2017-10-04 |
Ngày Phát Hành | 2017-10-04 |
Đánh Giá | 3.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | BlueTeck |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/BlueTeck/kanboard_chrome_extension |
URL Trang Trợ Giúp | https://github.com/BlueTeck/kanboard_chrome_extension |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |