Plume: Super simple todolist

Super simple todolist

什么是Plume: Super simple todolist?

Plume: Super simple todolist是由MJ Code开发的Chrome扩展程序,该扩展的主要功能是“Super simple todolist”。

扩展截图

screenshot
screenshot

下载Plume: Super simple todolist扩展crx文件

下载Plume: Super simple todolist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 ;)                    

扩展基本信息

名称 Plume: Super simple todolist Plume: Super simple todolist
ID pkkmkhejfpipdkdbepohfooemmkcgclf
官方URL https://chromewebstore.google.com/detail/plume-super-simple-todoli/pkkmkhejfpipdkdbepohfooemmkcgclf
简介 Super simple todolist
文件大小 252 KB
安装次数 137
当前版本 0.0.2
更新时间 2022-02-25
上架时间 2013-11-03
评分 4.33/5 共6次评分
开发者 MJ Code
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}