EasyNotePad
Notepad that saves what you write
Co je EasyNotePad?
EasyNotePad je rozšíření Chrome vyvinuté Jeeth Suresh, a jeho hlavní funkcí je „Notepad that saves what you write“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření EasyNotePad
Stáhněte si soubory rozšíření EasyNotePad ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | EasyNotePad |
ID | dfdcglofngdaicocbbdllmhacdadohel |
Oficiální URL | https://chromewebstore.google.com/detail/easynotepad/dfdcglofngdaicocbbdllmhacdadohel |
Popis | Notepad that saves what you write |
Velikost souboru | 45.13 KB |
Počet instalací | 452 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2014-02-24 |
Datum Vydání | 2014-02-23 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Jeeth Suresh |
Typ Platby | free |
Podporované Jazyky | 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" } } |