EasyNotePad
Notepad that saves what you write
Hvad er EasyNotePad?
EasyNotePad er en Chrome-udvidelse udviklet af Jeeth Suresh, og dens hovedfunktion er "Notepad that saves what you write".
Udvidelsesskærmbilleder
Download EasyNotePad-udvidelses-CRX-fil
Download EasyNotePad-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
Ever had a piece of code, a single thought, or just a list of things you needed to do that you needed to remember?
Until now, you would've had to open up a text editor, or find a pen and paper (who even keeps those around anymore?). Now, with EasyNotePad, it's easier than ever to create a short list or a babble-box for your thoughts!
Current commands: creates a list of items
COMING SOON: Options page to control how big your text size is, how wide your extension window is, and other such details. Also coming is a code view and possibly even an events/calendar view!
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dfdcglofngdaicocbbdllmhacdadohel |
| Officiel URL | https://chromewebstore.google.com/detail/easynotepad/dfdcglofngdaicocbbdllmhacdadohel |
| Beskrivelse | Notepad that saves what you write |
| Filstørrelse | 45.13 KB |
| Antal Installationer | 452 |
| Nuværende Version | 0.1 |
| Senest Opdateret | 2014-02-24 |
| Udgivelsesdato | 2014-02-23 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Jeeth Suresh |
| Betalingsmetode | free |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "EasyNotePad",
"description": "Notepad that saves what you write",
"version": "0.1",
"permissions": [
"background",
"storage"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "easynotepad.html"
}
} | |