Cute Chores List
Make your chores seem aesthetically pleasing!
Vad är Cute Chores List?
Cute Chores List är en Chrome-tillägg utvecklad av cabbagemonkey, och dess huvudfunktion är "Make your chores seem aesthetically pleasing!".
Tilläggsskärmbilder
Ladda ner Cute Chores List-förlängningens CRX-fil
Ladda ner Cute Chores List-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A few months ago, there was this one week where I forgot to take a shower 😅. So I made this handy browser checklist to help me remember to do that as well as other everyday chores. Hopefully, this list will be helpful to you too! 🥰 Grundläggande Information om Tillägg
| Namn | |
| ID | pmoplbcaghfpldhemedpacgpmonbnhnp |
| Officiell webbadress | https://chromewebstore.google.com/detail/cute-chores-list/pmoplbcaghfpldhemedpacgpmonbnhnp |
| Beskrivning | Make your chores seem aesthetically pleasing! |
| Filstorlek | 6.14 MB |
| Antal Installationer | 28 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2022-01-08 |
| Publiceringsdatum | 2021-11-03 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | cabbagemonkey |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Cute Chores List ",
"description": "Make your chores seem aesthetically pleasing!",
"version": "1.0",
"manifest_version": 3,
"permissions": [],
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "\/images\/get_started16.png",
"32": "\/images\/get_started32.png",
"48": "\/images\/get_started48.png",
"128": "\/images\/get_started128.png"
}
},
"icons": {
"16": "\/images\/get_started16.png",
"32": "\/images\/get_started32.png",
"48": "\/images\/get_started48.png",
"128": "\/images\/get_started128.png"
}
} | |