koko Note

Ready, simple and minimalist notepad

Apa itu koko Note?

koko Note adalah ekstensi Chrome yang dikembangkan oleh jecsham, dan fitur utamanya adalah "Ready, simple and minimalist notepad".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi koko Note

Unduh file ekstensi koko Note dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama koko Note koko Note
ID bechkiiajopiagbjhpdahfbfodpnncbf
URL Resmi https://chromewebstore.google.com/detail/koko-note/bechkiiajopiagbjhpdahfbfodpnncbf
Deskripsi Ready, simple and minimalist notepad
Ukuran File 7.16 KB
Jumlah Instalasi 44
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2018-06-12
Tanggal Publikasi 2018-06-11
Penilaian 5.00/5 Total 1 Penilaian
Pengembang jecsham
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}