Goku ToDo
A simple todo list
What is Goku ToDo?
Goku ToDo is a Chrome extension developed by mkdv, and its main feature is "A simple todo list".
Extension Screenshots
Download Goku ToDo Extension CRX File
Download Goku ToDo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Goku ToDo |
ID | jiiegbhepmdkcnnidbionlplndhiplhg |
Official URL | https://chromewebstore.google.com/detail/goku-todo/jiiegbhepmdkcnnidbionlplndhiplhg |
Description | A simple todo list |
File Size | 12.9 KB |
Installation Count | 78 |
Current Version | 1.1 |
Last Updated | 2023-10-23 |
Publish Date | 2023-10-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mkdv |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |