minty
some quality of life improvements to mint that mojito doesn't cover
minty là gì?
minty là một tiện ích mở rộng Chrome được phát triển bởi Calvin Wang, và tính năng chính của nó là "some quality of life improvements to mint that mojito doesn't cover".
Ả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 minty
Tải xuống các tệp mở rộng minty 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
some quality of life improvements to mint that mojito doesn't cover v1.0: added an "actual spending" box on the budgets page. shows you your net spending (income - spending) so far in the month. source code: https://github.com/recrudescence/minty
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | minty |
ID | ecbnfmljjpehmmkhmclkpciabnefmoaa |
URL Chính Thức | https://chromewebstore.google.com/detail/minty/ecbnfmljjpehmmkhmclkpciabnefmoaa |
Mô tả | some quality of life improvements to mint that mojito doesn't cover |
Kích Thước Tệp | 12.08 KB |
Số Lần Cài Đặt | 95 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-10-12 |
Ngày Phát Hành | 2016-10-12 |
Đánh Giá | 2.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Calvin Wang |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "minty", "description": "some quality of life improvements to mint that mojito doesn't cover", "version": "1.0", "author": "Calvin Wang", "icons": { "16": "icn\/icon16.png", "48": "icn\/icon48.png", "128": "icn\/icon.png" }, "page_action": { "default_icon": "icn\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/mint.intuit.com\/*" ], "js": [ "main.js" ] } ], "permissions": [ "https:\/\/mint.intuit.com\/*", "tabs" ], "background": { "persistent": false, "scripts": [ "eventPage.js" ] } } |