NotesPlusPlus - A Free Notepad Extension
A simple in browser notes application to keep track of what you need to do!
Vad är NotesPlusPlus - A Free Notepad Extension?
NotesPlusPlus - A Free Notepad Extension är en Chrome-tillägg utvecklad av www.grapecake.com, och dess huvudfunktion är "A simple in browser notes application to keep track of what you need to do!".
Tilläggsskärmbilder
Ladda ner NotesPlusPlus - A Free Notepad Extension-förlängningens CRX-fil
Ladda ner NotesPlusPlus - A Free Notepad Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | mmgdpdodbmledhfldedhoechpchkdhda |
| Officiell webbadress | https://chromewebstore.google.com/detail/notesplusplus-a-free-note/mmgdpdodbmledhfldedhoechpchkdhda |
| Beskrivning | A simple in browser notes application to keep track of what you need to do! |
| Filstorlek | 230 KB |
| Antal Installationer | 28 |
| Aktuell Version | 0.1.3 |
| Senast Uppdaterad | 2019-05-05 |
| Publiceringsdatum | 2019-05-05 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | www.grapecake.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://bowyer.co |
| URL till Sekretesspolicy Sidan | https://grapecake.com/privacy-policy |
| Stödda Språk | 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": []
} | |