Homework Todo

A quick and easy way to save homework.

What is Homework Todo?

Homework Todo is a Chrome extension developed by Jack Miller, and its main feature is "A quick and easy way to save homework.".

Extension Screenshots

screenshot

Download Homework Todo Extension CRX File

Download Homework 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

                        This is an extension which can save any homework you have in local storage and color code (red for past date, orange for current date, yellow for tommorow and green for anything beyond) it based on due date. It's quite simple and easy to use.                    

Extension Basic Information

Name Homework Todo Homework Todo
ID abnhhikfkaclbjefbhbbgimkblngblll
Official URL https://chrome.google.com/webstore/detail/homework-todo/abnhhikfkaclbjefbhbbgimkblngblll
Description A quick and easy way to save homework.
File Size 33.4 KB
Installation Count 73
Current Version 1.0.8
Last Updated 2018-10-18
Publish Date 2018-10-18
Rating 5.00/5 Total 14 Ratings
Developer Jack Miller
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Homework Todo",
    "description": "A quick and easy way to save homework.",
    "version": "1.0.8",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "homework-icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'"
}