Waffle Due Dates
Improves Waffle.io with recognition for due dates
Waffle Due Dates là gì?
Waffle Due Dates là một tiện ích mở rộng Chrome được phát triển bởi Eli / Industry Dive, và tính năng chính của nó là "Improves Waffle.io with recognition for due dates".
Ả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 Waffle Due Dates
Tải xuống các tệp mở rộng Waffle Due Dates 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
Chrome extension that adds "due date" recognition to waffle.io. Simply add text to cards/issues like "Due 9/1 - Do a thing" or "Issue name blah blah (due 10/12/2016)" Cards with due dates in them have: - Get a special label indicating how far until they're due - If the card is due "soon" (defined as within 3 days) it gets highlighted with a clock icon. - Overdue cards get a warning icon - Column headers get a clock icon if there are any cards due soon within the column. Source available at https://github.com/industrydive/waffle.io-due-dates
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Waffle Due Dates |
ID | ofhomfjdmacholiopnkhaeahibadabbk |
URL Chính Thức | https://chromewebstore.google.com/detail/waffle-due-dates/ofhomfjdmacholiopnkhaeahibadabbk |
Mô tả | Improves Waffle.io with recognition for due dates |
Kích Thước Tệp | 83.12 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 0.1.4 |
Cập Nhật Lần Cuối | 2016-09-27 |
Ngày Phát Hành | 2016-09-27 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Eli / Industry Dive |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Waffle Due Dates", "description": "Improves Waffle.io with recognition for due dates", "version": "0.1.4", "permissions": [ "https:\/\/waffle.io\/*", "http:\/\/waffle.io\/*" ], "icons": { "128": "waffleclock128.png", "48": "waffleclock48.png", "16": "waffleclock16.png" }, "content_scripts": [ { "css": [ "css\/styles.css" ], "js": [ "js\/jquery-3.1.0.min.js", "js\/moment.min.js", "js\/content.js" ], "matches": [ "https:\/\/waffle.io\/*", "http:\/\/waffle.io\/*" ], "run_at": "document_start" } ] } |