EasyNotePad
Notepad that saves what you write
Vad är EasyNotePad?
EasyNotePad är en Chrome-tillägg utvecklad av Jeeth Suresh, och dess huvudfunktion är "Notepad that saves what you write".
Tilläggsskärmbilder
Ladda ner EasyNotePad-förlängningens CRX-fil
Ladda ner EasyNotePad-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
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äggande Information om Tillägg
| Namn | |
| ID | dfdcglofngdaicocbbdllmhacdadohel |
| Officiell webbadress | https://chromewebstore.google.com/detail/easynotepad/dfdcglofngdaicocbbdllmhacdadohel |
| Beskrivning | Notepad that saves what you write |
| Filstorlek | 45.13 KB |
| Antal Installationer | 452 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2014-02-24 |
| Publiceringsdatum | 2014-02-23 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Jeeth Suresh |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |