NotePad

Quick & Easy NotePad. Save Notes & Inserts.

NotePadคืออะไร?

NotePad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย searchpuzzle38 และคุณลักษณะหลักของมันคือ "Quick & Easy NotePad. Save Notes & Inserts."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NotePad

ดาวน์โหลดไฟล์ส่วนขยาย NotePad ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Quick & Easy NotePad
==================
Save Notes & pre-define Inserts.

Uses the rich text editor: Quill.js.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NotePad NotePad
ID copnemeigdkilohdclohjokgbjeehkhd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notepad/copnemeigdkilohdclohjokgbjeehkhd
คำอธิบาย Quick & Easy NotePad. Save Notes & Inserts.
ขนาดไฟล์ 564 KB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 13
อัปเดตครั้งล่าสุด 2022-04-07
วันที่เผยแพร่ 2020-04-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา searchpuzzle38
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NotePad",
    "version": "13",
    "description": "Quick & Easy NotePad. Save Notes & Inserts.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "inc\/icon16.png",
        "32": "inc\/icon32.png",
        "48": "inc\/icon48.png",
        "64": "inc\/icon64.png",
        "128": "inc\/icon128.png"
    },
    "action": {
        "default_title": "NotePad",
        "default_popup": "index.html",
        "default_icon": {
            "16": "inc\/icon16.png",
            "32": "inc\/icon32.png",
            "48": "inc\/icon48.png",
            "64": "inc\/icon64.png",
            "128": "inc\/icon128.png"
        }
    },
    "manifest_version": 3
}