NewNote
A Chrome extension for making notes
Cos'è NewNote?
NewNote è un'estensione di Chrome sviluppata da Ludolfyn, e la sua funzione principale è "A Chrome extension for making notes".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NewNote
Scarica i file di estensione NewNote in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | NewNote |
ID | colcgahhbcomhibjcekokebaecjiblbg |
URL Ufficiale | https://chromewebstore.google.com/detail/newnote/colcgahhbcomhibjcekokebaecjiblbg |
Descrizione | A Chrome extension for making notes |
Dimensione del File | 9.22 KB |
Conteggio Installazioni | 253 |
Versione Corrente | 2.1.0 |
Ultimo Aggiornamento | 2020-07-16 |
Data di Pubblicazione | 2020-07-05 |
Valutazione | 5.00/5 Totale 12 Valutazioni |
Sviluppatore | Ludolfyn |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |