Note Now

Quickly Take Notes with One Click

Note Nowคืออะไร?

Note Now เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yiğitsr และคุณลักษณะหลักของมันคือ "Quickly Take Notes with One Click"

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

screenshot
screenshot
screenshot

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

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

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

                        *Take notes with just one click.
*Notes are stored locally.
*Autofocus the textarea when opening the extension.
*Save and delete your notes.
*Super fast notes.
*Works offline. Since notes are stored locally, no internet connection is needed.                    

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

ชื่อ Note Now Note Now
ID lhcdbhckegmjmgjhlbdcpiebmkldgchm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/note-now/lhcdbhckegmjmgjhlbdcpiebmkldgchm
คำอธิบาย Quickly Take Notes with One Click
ขนาดไฟล์ 4.06 MB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2023-12-25
วันที่เผยแพร่ 2021-01-20
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Yiğitsr
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Note Now",
    "version": "2.0.1",
    "description": "Quickly Take Notes with One Click",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": ".\/img\/48x48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/img\/16x16.png",
        "48": ".\/img\/48x48.png",
        "128": ".\/img\/128x128.png"
    }
}