Goku ToDo

A simple todo list

Wat is Goku ToDo?

Goku ToDo is een Chrome-extensie ontwikkeld door mkdv, en de belangrijkste functie is "A simple todo list".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Goku ToDo

Download Goku ToDo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Goku ToDo Goku ToDo
ID jiiegbhepmdkcnnidbionlplndhiplhg
Officiële URL https://chromewebstore.google.com/detail/goku-todo/jiiegbhepmdkcnnidbionlplndhiplhg
Beschrijving A simple todo list
Bestandsgrootte 12.9 KB
Aantal Installaties 78
Huidige Versie 1.1
Laatst Bijgewerkt 2023-10-23
Publicatiedatum 2023-10-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar mkdv
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}