Habitica Add Task
Add Tasks to Habitica in a fast and easy way, without need to load the entire Habitica website.
Cos'è Habitica Add Task?
Habitica Add Task è un'estensione di Chrome sviluppata da sardach, e la sua funzione principale è "Add Tasks to Habitica in a fast and easy way, without need to load the entire Habitica website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Habitica Add Task
Scarica i file di estensione Habitica Add Task in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Habitica Add Task |
ID | ilomebipenkkhfenpehdcgjdeoeocnlf |
URL Ufficiale | https://chromewebstore.google.com/detail/habitica-add-task/ilomebipenkkhfenpehdcgjdeoeocnlf |
Descrizione | Add Tasks to Habitica in a fast and easy way, without need to load the entire Habitica website. |
Dimensione del File | 44.91 KB |
Conteggio Installazioni | 400 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-02-08 |
Data di Pubblicazione | 2021-02-08 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | sardach |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/sardach/Habitica-Add-Task |
Lingue Supportate | 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" ] } |