NewNote
A Chrome extension for making notes
Was ist NewNote?
NewNote ist eine Chrome-Erweiterung, die von Ludolfyn entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome extension for making notes".
Erweiterungsscreenshots
NewNote-Erweiterungs-CRX-Datei herunterladen
Laden Sie NewNote-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
NewNote is a Chrome extension for all users who want to make notes at any given time without having to leave the tab that they are on. It's perfect for meetings, lists or even reminders. To make the content a little easier to navigate, you can format your notes, just like with any text editor—use the buttons provided or just use the general keyboard shortcuts. It stores the content to your local browser, so you're the only one who will ever see it, unless, of course, you use the export function. That will export the content to a .txt file that you can send to anyone you like. It's new, it's light and new features will come with every update. Enjoy!
Grundlegende Informationen zur Erweiterung
Name | NewNote |
ID | colcgahhbcomhibjcekokebaecjiblbg |
Offizielle URL | https://chromewebstore.google.com/detail/newnote/colcgahhbcomhibjcekokebaecjiblbg |
Beschreibung | A Chrome extension for making notes |
Dateigröße | 9.22 KB |
Installationsanzahl | 253 |
Aktuelle Version | 2.1.0 |
Letztes Update | 2020-07-16 |
Veröffentlichungsdatum | 2020-07-05 |
Bewertung | 5.00/5 Insgesamt 12 Bewertungen |
Entwickler | Ludolfyn |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NewNote", "description": "A Chrome extension for making notes", "version": "2.1.0", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |