Simple Notes
A simple notes extension based off the Mac Notes app.
Cos'è Simple Notes?
Simple Notes è un'estensione di Chrome sviluppata da Jeffrey Chang, e la sua funzione principale è "A simple notes extension based off the Mac Notes app.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple Notes
Scarica i file di estensione Simple 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
With simple notes, you can take and save notes. It's that simple. Other note taking apps have features of mostly little use, ones that can get in the way of usability and convenience. I have always enjoyed the simplicity of the Apple Notes app, both in design and usability, so I decided to base this extension on that app. Hope you enjoy! Note: This extension does not sync with your Apple notes.
Informazioni di Base sull'Estensione
Nome | Simple Notes |
ID | ldfahoabcdgljodjddijjiknleolbcmh |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-notes/ldfahoabcdgljodjddijjiknleolbcmh |
Descrizione | A simple notes extension based off the Mac Notes app. |
Dimensione del File | 116 KB |
Conteggio Installazioni | 1,118 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2015-10-27 |
Data di Pubblicazione | 2015-10-26 |
Valutazione | 3.31/5 Totale 13 Valutazioni |
Sviluppatore | Jeffrey Chang |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Notes", "description": "A simple notes extension based off the Mac Notes app.", "version": "1.0.6", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "https:\/\/ajax.googleapis.com\/" ] } |