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은(는) sardach에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add Tasks to Habitica in a fast and easy way, without need to load the entire Habitica website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Habitica Add Task 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}