koko Note

Ready, simple and minimalist notepad

koko Noteคืออะไร?

koko Note เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jecsham และคุณลักษณะหลักของมันคือ "Ready, simple and minimalist notepad"

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

screenshot

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

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

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

                        Features:
* Instant notepad to save or get things quickly and easily.
* No internet connection required.
* Auto save.
* Minimalist and simple.

Important:
The data is saved locally, be sure to save your koko Note on an external notepad if you plan to remove this extension, cause the data will be lost and will not be recovered in future installations.

Patch notes:

Version 1.0.0
- Initial version                    

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

ชื่อ koko Note koko Note
ID bechkiiajopiagbjhpdahfbfodpnncbf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/koko-note/bechkiiajopiagbjhpdahfbfodpnncbf
คำอธิบาย Ready, simple and minimalist notepad
ขนาดไฟล์ 7.16 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2018-06-12
วันที่เผยแพร่ 2018-06-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา jecsham
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "koko Note",
    "version": "1.0.0",
    "description": "Ready, simple and minimalist notepad",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Write a note in koko Note",
        "default_icon": "img\/icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "unlimitedStorage",
        "storage"
    ]
}