Goku ToDo
A simple todo list
Vad är Goku ToDo?
Goku ToDo är en Chrome-tillägg utvecklad av mkdv, och dess huvudfunktion är "A simple todo list".
Tilläggsskärmbilder
Ladda ner Goku ToDo-förlängningens CRX-fil
Ladda ner Goku ToDo-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
It allows users to add, mark as complete, and delete tasks. It also has a fun feature where a random Goku gif from Giphy is displayed when all tasks are completed. Grundläggande Information om Tillägg
| Namn | |
| ID | jiiegbhepmdkcnnidbionlplndhiplhg |
| Officiell webbadress | https://chromewebstore.google.com/detail/goku-todo/jiiegbhepmdkcnnidbionlplndhiplhg |
| Beskrivning | A simple todo list |
| Filstorlek | 12.9 KB |
| Antal Installationer | 78 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2023-10-23 |
| Publiceringsdatum | 2023-10-22 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | mkdv |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Goku ToDo",
"version": "1.1",
"description": "A simple todo list",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"permissions": [
"storage"
]
} | |