EasyNotePad
Notepad that saves what you write
Что такое EasyNotePad?
EasyNotePad - это расширение Chrome, разработанное Jeeth Suresh, и его основная функция - "Notepad that saves what you write".
Снимки экрана расширения
Скачать файл CRX расширения EasyNotePad
Скачайте файлы расширений EasyNotePad в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
| Название | |
| ID | dfdcglofngdaicocbbdllmhacdadohel |
| Официальный URL | https://chromewebstore.google.com/detail/easynotepad/dfdcglofngdaicocbbdllmhacdadohel |
| Описание | Notepad that saves what you write |
| Размер файла | 45.13 KB |
| Количество установок | 452 |
| Текущая Версия | 0.1 |
| Последнее Обновление | 2014-02-24 |
| Дата публикации | 2014-02-23 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | Jeeth Suresh |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
}
} | |