QuickNote

Simple Note app

QuickNoteคืออะไร?

QuickNote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gavin Thomas และคุณลักษณะหลักของมันคือ "Simple Note app"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        QuickNote is your source for fast, neat, and organized notes. The Extension syncs with all your devices logged in with chrome. 

**Requesting Permissions**
The Extension stores your notes with Google Chromes Storage Sync API. Your data is never transmitted or received anywhere except locally on your computer.                    

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

ชื่อ QuickNote QuickNote
ID dcpdoelecfeoaagkleajgaeedkdaibad
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quicknote/dcpdoelecfeoaagkleajgaeedkdaibad
คำอธิบาย Simple Note app
ขนาดไฟล์ 203 KB
จำนวนการติดตั้ง 137
เวอร์ชันปัจจุบัน 1.3.4
อัปเดตครั้งล่าสุด 2018-01-16
วันที่เผยแพร่ 2018-01-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Gavin Thomas
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gthomas.me
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickNote",
    "description": "Simple Note app",
    "version": "1.3.4",
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_title": "QuickNote",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "storage"
    ]
}