koko Note
Ready, simple and minimalist notepad
Wat is koko Note?
koko Note is een Chrome-extensie ontwikkeld door jecsham, en de belangrijkste functie is "Ready, simple and minimalist notepad".
Extensie Screenshots
Download het CRX-bestand van de extensie koko Note
Download koko Note-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | koko Note |
ID | bechkiiajopiagbjhpdahfbfodpnncbf |
Officiële URL | https://chromewebstore.google.com/detail/koko-note/bechkiiajopiagbjhpdahfbfodpnncbf |
Beschrijving | Ready, simple and minimalist notepad |
Bestandsgrootte | 7.16 KB |
Aantal Installaties | 44 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2018-06-12 |
Publicatiedatum | 2018-06-11 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | jecsham |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |