Plume: Super simple todolist

Super simple todolist

Plume: Super simple todolist là gì?

Plume: Super simple todolist là một tiện ích mở rộng Chrome được phát triển bởi MJ Code, và tính năng chính của nó là "Super simple todolist".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Plume: Super simple todolist

Tải xuống các tệp mở rộng Plume: Super simple todolist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Plume: Super simple todolist Plume: Super simple todolist
ID pkkmkhejfpipdkdbepohfooemmkcgclf
URL Chính Thức https://chromewebstore.google.com/detail/plume-super-simple-todoli/pkkmkhejfpipdkdbepohfooemmkcgclf
Mô tả Super simple todolist
Kích Thước Tệp 252 KB
Số Lần Cài Đặt 137
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2022-02-25
Ngày Phát Hành 2013-11-03
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển MJ Code
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}