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.”。
扩展截图
下载Habitica Add Task扩展crx文件
下载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 |
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" ] } |