Habitica Random Daily Picker
Allows you to choose one random daily task when using Habitica.
Habitica Random Daily Picker là gì?
Habitica Random Daily Picker là một tiện ích mở rộng Chrome được phát triển bởi https://kylechur.ch, và tính năng chính của nó là "Allows you to choose one random daily task when using Habitica.".
Ả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 Random Daily Picker
Tải xuống các tệp mở rộng Habitica Random Daily Picker 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
-------- This lets you pick a random daily when on the Habitica main page and logged in. This applies to the browser version only. Click the button to make it work. 1) It will choose dailies from 'All', 'Due', or 'Not Due' based on which you have selected. 2) If there are no dailies available in your selection, clicking the button will do nothing. 3) If you have a lot of tasks, Habitica can be slow, so this app can be slow.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Habitica Random Daily Picker |
ID | cdgjfohogpbbojhcmgiohfpmcdaaocoj |
URL Chính Thức | https://chromewebstore.google.com/detail/habitica-random-daily-pic/cdgjfohogpbbojhcmgiohfpmcdaaocoj |
Mô tả | Allows you to choose one random daily task when using Habitica. |
Kích Thước Tệp | 21.6 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-02-15 |
Ngày Phát Hành | 2020-02-15 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://kylechur.ch |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://kylechur.ch |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Habitica Random Daily Picker", "version": "1.0", "description": "Allows you to choose one random daily task when using Habitica.", "icons": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "https:\/\/habitica.com\/" ], "background": { "scripts": [ "background.js" ] }, "browser_action": [], "content_scripts": [ { "matches": [ "https:\/\/habitica.com\/" ], "js": [ "content.js" ] } ] } |