NotesPlusPlus - A Free Notepad Extension
A simple in browser notes application to keep track of what you need to do!
Cos'è NotesPlusPlus - A Free Notepad Extension?
NotesPlusPlus - A Free Notepad Extension è un'estensione di Chrome sviluppata da www.grapecake.com, e la sua funzione principale è "A simple in browser notes application to keep track of what you need to do!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NotesPlusPlus - A Free Notepad Extension
Scarica i file di estensione NotesPlusPlus - A Free Notepad Extension 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
Paper? who needs paper when all your notes can be accessed at your finger tips with NotesPlusPlus! - Three new themes added. - Notes are stored within browser cache. - version 0.1.0 out now https://bowyer.co
Informazioni di Base sull'Estensione
Nome | NotesPlusPlus - A Free Notepad Extension |
ID | mmgdpdodbmledhfldedhoechpchkdhda |
URL Ufficiale | https://chromewebstore.google.com/detail/notesplusplus-a-free-note/mmgdpdodbmledhfldedhoechpchkdhda |
Descrizione | A simple in browser notes application to keep track of what you need to do! |
Dimensione del File | 230 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2019-05-05 |
Data di Pubblicazione | 2019-05-05 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | www.grapecake.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://bowyer.co |
URL della Pagina della Politica sulla Privacy | https://grapecake.com/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NotesPlusPlus - A Free Notepad Extension", "short_name": "Notes++", "description": "A simple in browser notes application to keep track of what you need to do!", "version": "0.1.3", "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "logo-small.png", "48": "logo-small.png", "128": "logo-small.png" }, "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'", "permissions": [] } |