koko Note

Ready, simple and minimalist notepad

Was ist koko Note?

koko Note ist eine Chrome-Erweiterung, die von jecsham entwickelt wurde, und ihr Hauptmerkmal ist "Ready, simple and minimalist notepad".

Erweiterungsscreenshots

screenshot

koko Note-Erweiterungs-CRX-Datei herunterladen

Laden Sie koko Note-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name koko Note koko Note
ID bechkiiajopiagbjhpdahfbfodpnncbf
Offizielle URL https://chromewebstore.google.com/detail/koko-note/bechkiiajopiagbjhpdahfbfodpnncbf
Beschreibung Ready, simple and minimalist notepad
Dateigröße 7.16 KB
Installationsanzahl 44
Aktuelle Version 1.0.0
Letztes Update 2018-06-12
Veröffentlichungsdatum 2018-06-11
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler jecsham
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}