Note

An extension that stores notes.

Noteคืออะไร?

Note เป็นส่วนขยายของ Chrome ที่พัฒนาโดย raybipse และคุณลักษณะหลักของมันคือ "An extension that stores notes."

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

screenshot

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

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

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

                        A simple extension that stores notes. The note is synced across accounts.                    

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

ชื่อ Note Note
ID mpafojdooddeahhaiemhgoclpdohfnhp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/note/mpafojdooddeahhaiemhgoclpdohfnhp
คำอธิบาย An extension that stores notes.
ขนาดไฟล์ 4.9 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-01-01
วันที่เผยแพร่ 2021-01-01
ผู้พัฒนา raybipse
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://discord.com/invite/Ppc3ua5
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Note",
    "version": "1.0",
    "description": "An extension that stores notes.",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Note",
        "default_popup": "popup.html"
    }
}