koko Note
Ready, simple and minimalist notepad
Vad är koko Note?
koko Note är en Chrome-tillägg utvecklad av jecsham, och dess huvudfunktion är "Ready, simple and minimalist notepad".
Tilläggsskärmbilder
Ladda ner koko Note-förlängningens CRX-fil
Ladda ner koko Note-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | koko Note |
ID | bechkiiajopiagbjhpdahfbfodpnncbf |
Officiell webbadress | https://chromewebstore.google.com/detail/koko-note/bechkiiajopiagbjhpdahfbfodpnncbf |
Beskrivning | Ready, simple and minimalist notepad |
Filstorlek | 7.16 KB |
Antal Installationer | 44 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2018-06-12 |
Publiceringsdatum | 2018-06-11 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | jecsham |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |