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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add Tasks to Habitica in a fast and easy way, without need to load the entire Habitica website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Habitica Add Task एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |