EasyNotePad

Notepad that saves what you write

Co to jest EasyNotePad?

EasyNotePad to rozszerzenie Chrome opracowane przez Jeeth Suresh, a jego główną funkcją jest „Notepad that saves what you write”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia EasyNotePad

Pobierz pliki rozszerzeń EasyNotePad w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa EasyNotePad EasyNotePad
ID dfdcglofngdaicocbbdllmhacdadohel
Oficjalny URL https://chromewebstore.google.com/detail/easynotepad/dfdcglofngdaicocbbdllmhacdadohel
Opis Notepad that saves what you write
Rozmiar pliku 45.13 KB
Liczba instalacji 452
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-02-24
Data Publikacji 2014-02-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Jeeth Suresh
Typ Płatności free
Obsługiwane Języki 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"
    }
}