koko Note

Ready, simple and minimalist notepad

What is koko Note?

koko Note is a Chrome extension developed by jecsham, and its main feature is "Ready, simple and minimalist notepad".

Extension Screenshots

screenshot

Download koko Note Extension CRX File

Download koko Note extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name koko Note koko Note
ID bechkiiajopiagbjhpdahfbfodpnncbf
Official URL https://chromewebstore.google.com/detail/koko-note/bechkiiajopiagbjhpdahfbfodpnncbf
Description Ready, simple and minimalist notepad
File Size 7.16 KB
Installation Count 44
Current Version 1.0.0
Last Updated 2018-06-12
Publish Date 2018-06-11
Rating 5.00/5 Total 1 Ratings
Developer jecsham
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}