NotesPlusPlus - A Free Notepad Extension
A simple in browser notes application to keep track of what you need to do!
Hvad er NotesPlusPlus - A Free Notepad Extension?
NotesPlusPlus - A Free Notepad Extension er en Chrome-udvidelse udviklet af www.grapecake.com, og dens hovedfunktion er "A simple in browser notes application to keep track of what you need to do!".
Udvidelsesskærmbilleder
Download NotesPlusPlus - A Free Notepad Extension-udvidelses-CRX-fil
Download NotesPlusPlus - A Free Notepad Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | NotesPlusPlus - A Free Notepad Extension |
ID | mmgdpdodbmledhfldedhoechpchkdhda |
Officiel URL | https://chromewebstore.google.com/detail/notesplusplus-a-free-note/mmgdpdodbmledhfldedhoechpchkdhda |
Beskrivelse | A simple in browser notes application to keep track of what you need to do! |
Filstørrelse | 230 KB |
Antal Installationer | 28 |
Nuværende Version | 0.1.3 |
Senest Opdateret | 2019-05-05 |
Udgivelsesdato | 2019-05-05 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | www.grapecake.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://bowyer.co |
URL til Fortrolighedspolitik Side | https://grapecake.com/privacy-policy |
Understøttede Sprog | 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": [] } |