Habitica Add Task
Add Tasks to Habitica in a fast and easy way, without need to load the entire Habitica website.
Habitica Add Task là gì?
Habitica Add Task là một tiện ích mở rộng Chrome được phát triển bởi sardach, và tính năng chính của nó là "Add Tasks to Habitica in a fast and easy way, without need to load the entire Habitica website.".
Ả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 Habitica Add Task
Tải xuống các tệp mở rộng Habitica Add Task 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
With this extension you can add tasks to Habitica in only a few seconds! You can set: Title, Priority and Notes to your Task. Habitica Add Task, it's pretty simple and does not do any other thing. This extension may help you if: * Need to add a task, fast and without losing focus in what are you doing right now. * You open Habitica again and again during the day only for add one trivial task. * You have a lot of tabs active and open Habitica can potentialy crash your PC. The extension works entirely in your browser, none data it's sended or stored outside your PC (besides Habitica.com, of course). You can send feedback and suggestions in the github repository: https://github.com/sardach/Habitica-Add-Task
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Habitica Add Task |
ID | ilomebipenkkhfenpehdcgjdeoeocnlf |
URL Chính Thức | https://chromewebstore.google.com/detail/habitica-add-task/ilomebipenkkhfenpehdcgjdeoeocnlf |
Mô tả | Add Tasks to Habitica in a fast and easy way, without need to load the entire Habitica website. |
Kích Thước Tệp | 44.91 KB |
Số Lần Cài Đặt | 400 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-02-08 |
Ngày Phát Hành | 2021-02-08 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | sardach |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sardach/Habitica-Add-Task |
Ngôn Ngữ Được Hỗ Trợ | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Habitica Add Task", "version": "1.0", "manifest_version": 2, "description": "Add Tasks to Habitica in a fast and easy way, without need to load the entire Habitica website.", "homepage_url": "https:\/\/sardach.uwu.mx\/habitica-add-task", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Habitica Add Task", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "storage" ] } |