Habitica Random Daily Picker
Allows you to choose one random daily task when using Habitica.
Apa itu Habitica Random Daily Picker?
Habitica Random Daily Picker adalah ekstensi Chrome yang dikembangkan oleh https://kylechur.ch, dan fitur utamanya adalah "Allows you to choose one random daily task when using Habitica.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Habitica Random Daily Picker
Unduh file ekstensi Habitica Random Daily Picker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
-------- This lets you pick a random daily when on the Habitica main page and logged in. This applies to the browser version only. Click the button to make it work. 1) It will choose dailies from 'All', 'Due', or 'Not Due' based on which you have selected. 2) If there are no dailies available in your selection, clicking the button will do nothing. 3) If you have a lot of tasks, Habitica can be slow, so this app can be slow.
Informasi Dasar Ekstensi
Nama | Habitica Random Daily Picker |
ID | cdgjfohogpbbojhcmgiohfpmcdaaocoj |
URL Resmi | https://chromewebstore.google.com/detail/habitica-random-daily-pic/cdgjfohogpbbojhcmgiohfpmcdaaocoj |
Deskripsi | Allows you to choose one random daily task when using Habitica. |
Ukuran File | 21.6 KB |
Jumlah Instalasi | 28 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-02-15 |
Tanggal Publikasi | 2020-02-15 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://kylechur.ch |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://kylechur.ch |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Habitica Random Daily Picker", "version": "1.0", "description": "Allows you to choose one random daily task when using Habitica.", "icons": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "https:\/\/habitica.com\/" ], "background": { "scripts": [ "background.js" ] }, "browser_action": [], "content_scripts": [ { "matches": [ "https:\/\/habitica.com\/" ], "js": [ "content.js" ] } ] } |