Plume: Super simple todolist

Super simple todolist

Plume: Super simple todolistคืออะไร?

Plume: Super simple todolist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MJ Code และคุณลักษณะหลักของมันคือ "Super simple todolist"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plume: Super simple todolist

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}