Habitica Add Task
Add Tasks to Habitica in a fast and easy way, without need to load the entire Habitica website.
¿Qué es Habitica Add Task?
Habitica Add Task es una extensión de Chrome desarrollada por sardach, y su función principal es "Add Tasks to Habitica in a fast and easy way, without need to load the entire Habitica website.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Habitica Add Task
Descarga archivos de extensión Habitica Add Task en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Habitica Add Task |
ID | ilomebipenkkhfenpehdcgjdeoeocnlf |
URL Oficial | https://chromewebstore.google.com/detail/habitica-add-task/ilomebipenkkhfenpehdcgjdeoeocnlf |
Descripción | Add Tasks to Habitica in a fast and easy way, without need to load the entire Habitica website. |
Tamaño del Archivo | 44.91 KB |
Cantidad de Instalaciones | 400 |
Versión Actual | 1.0 |
Última Actualización | 2021-02-08 |
Fecha de Publicación | 2021-02-08 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | sardach |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/sardach/Habitica-Add-Task |
Idiomas Soportados | 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" ] } |