Plume: Super simple todolist

Super simple todolist

What is Plume: Super simple todolist?

Plume: Super simple todolist is a Chrome extension developed by MJ Code, and its main feature is "Super simple todolist".

Extension Screenshots

screenshot
screenshot

Download Plume: Super simple todolist Extension CRX File

Download Plume: Super simple todolist 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

                        Plume is a super simple todolist.

To add a task, just type something in the yellow bar and press enter.

Your tasks are saved locally, so don't write anything too important here ;)                    

Extension Basic Information

Name Plume: Super simple todolist Plume: Super simple todolist
ID pkkmkhejfpipdkdbepohfooemmkcgclf
Official URL https://chromewebstore.google.com/detail/plume-super-simple-todoli/pkkmkhejfpipdkdbepohfooemmkcgclf
Description Super simple todolist
File Size 252 KB
Installation Count 137
Current Version 0.0.2
Last Updated 2022-02-25
Publish Date 2013-11-03
Rating 4.33/5 Total 6 Ratings
Developer MJ Code
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.2",
    "name": "Plume: Super simple todolist",
    "description": "Super simple todolist",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "assets\/scripts\/page.js"
            ]
        }
    ]
}