NewNote
A Chrome extension for making notes
Qu'est-ce que NewNote ?
NewNote est une extension Chrome développée par Ludolfyn, et sa fonction principale est "A Chrome extension for making notes".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NewNote
Téléchargez les fichiers d'extension NewNote au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | NewNote |
ID | colcgahhbcomhibjcekokebaecjiblbg |
URL Officiel | https://chromewebstore.google.com/detail/newnote/colcgahhbcomhibjcekokebaecjiblbg |
Description | A Chrome extension for making notes |
Taille du Fichier | 9.22 KB |
Nombre d'Installations | 253 |
Version Actuelle | 2.1.0 |
Dernière Mise à Jour | 2020-07-16 |
Date de Publication | 2020-07-05 |
Évaluation | 5.00/5 Total 12 Évaluations |
Développeur | Ludolfyn |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |