Easy Notes
Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…
Cos'è Easy Notes?
Easy Notes è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Easy Notes
Scarica i file di estensione Easy 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
Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking device. Easy Notes is here to solve that problem. With just a click of a button you can start taking notes from any webpage. You will never have to struggle with note taking again. Features - Can be accessed from any website - Can have multiple notes at once - Can be opened with the touch of a button Download Easy Notes and become a note taking master.
Informazioni di Base sull'Estensione
Nome | Easy Notes |
ID | lnafpiakeojhhfeelcipophjckaceccn |
URL Ufficiale | https://chromewebstore.google.com/detail/easy-notes/lnafpiakeojhhfeelcipophjckaceccn |
Descrizione | Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking… |
Dimensione del File | 86.36 KB |
Conteggio Installazioni | 2,105 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2017-01-07 |
Data di Pubblicazione | 2017-01-06 |
Valutazione | 4.40/5 Totale 5 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Notes", "version": "0.1.1", "browser_action": { "default_icon": "Icon.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ] } } |