Easy Notes

Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…

Easy Notesคืออะไร?

Easy Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…"

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

screenshot
screenshot
screenshot

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

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

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

                        Create and edit notes from any website. 

Ever need to try and remember something, but you don't have access to a note taking device. Easy Notes is here to solve that problem. With just a click of a button you can start taking notes from any webpage. You will never have to struggle with note taking again.  

Features
 - Can be accessed from any website
 - Can have multiple notes at once
 - Can be opened with the touch of a button

Download Easy Notes and become a note taking master.                    

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

ชื่อ Easy Notes Easy Notes
ID lnafpiakeojhhfeelcipophjckaceccn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-notes/lnafpiakeojhhfeelcipophjckaceccn
คำอธิบาย Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…
ขนาดไฟล์ 86.36 KB
จำนวนการติดตั้ง 2,105
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2017-01-07
วันที่เผยแพร่ 2017-01-06
คะแนน 4.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Notes",
    "version": "0.1.1",
    "browser_action": {
        "default_icon": "Icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}