NotesPlusPlus - A Free Notepad Extension

A simple in browser notes application to keep track of what you need to do!

NotesPlusPlus - A Free Notepad Extensionคืออะไร?

NotesPlusPlus - A Free Notepad Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย www.grapecake.com และคุณลักษณะหลักของมันคือ "A simple in browser notes application to keep track of what you need to do!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NotesPlusPlus - A Free Notepad Extension

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

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

                        Paper? who needs paper when all your notes can be accessed at your finger tips with NotesPlusPlus!

- Three new themes added.
- Notes are stored within browser cache.
- version 0.1.0 out now

https://bowyer.co                    

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

ชื่อ NotesPlusPlus - A Free Notepad Extension NotesPlusPlus - A Free Notepad Extension
ID mmgdpdodbmledhfldedhoechpchkdhda
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notesplusplus-a-free-note/mmgdpdodbmledhfldedhoechpchkdhda
คำอธิบาย A simple in browser notes application to keep track of what you need to do!
ขนาดไฟล์ 230 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2019-05-05
วันที่เผยแพร่ 2019-05-05
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา www.grapecake.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://bowyer.co
URL หน้านโยบายความเป็นส่วนตัว https://grapecake.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NotesPlusPlus - A Free Notepad Extension",
    "short_name": "Notes++",
    "description": "A simple in browser notes application to keep track of what you need to do!",
    "version": "0.1.3",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'",
    "permissions": []
}