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 |
Eメール | [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" ] } |