Habitica Add Task

Add Tasks to Habitica in a fast and easy way, without need to load the entire Habitica website.

Habitica Add Taskคืออะไร?

Habitica Add Task เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sardach และคุณลักษณะหลักของมันคือ "Add Tasks to Habitica in a fast and easy way, without need to load the entire Habitica website."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Habitica Add Task

ดาวน์โหลดไฟล์ส่วนขยาย Habitica Add Task ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Habitica Add Task Habitica Add Task
ID ilomebipenkkhfenpehdcgjdeoeocnlf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/habitica-add-task/ilomebipenkkhfenpehdcgjdeoeocnlf
คำอธิบาย Add Tasks to Habitica in a fast and easy way, without need to load the entire Habitica website.
ขนาดไฟล์ 44.91 KB
จำนวนการติดตั้ง 400
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-02-08
วันที่เผยแพร่ 2021-02-08
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา sardach
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/sardach/Habitica-Add-Task
ภาษาที่รองรับ 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"
    ]
}