Notes
A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…
Cos'è Notes?
Notes è un'estensione di Chrome sviluppata da Jon Spensor, e la sua funzione principale è "A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Notes
Scarica i file di estensione Notes 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
A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone call. This extension will save you from the "Where to quickly write?" It's just a whiteboard for you where you can add your daily notes and view them on your home and work computer.
Informazioni di Base sull'Estensione
Nome | Notes |
ID | onlmjbjapkhhmcjocboedglenjieecno |
URL Ufficiale | https://chromewebstore.google.com/detail/notes/onlmjbjapkhhmcjocboedglenjieecno |
Descrizione | A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone… |
Dimensione del File | 390 KB |
Conteggio Installazioni | 67 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-08-25 |
Data di Pubblicazione | 2021-08-18 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Jon Spensor |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notes", "version": "1.1", "manifest_version": 2, "browser_action": { "default_popup": "index.html" }, "icons": { "128": "logo.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "unlimitedStorage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'" } |