Easy Notes
Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…
Что такое Easy Notes?
Easy Notes - это расширение Chrome, разработанное Unknown, и его основная функция - "Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…".
Снимки экрана расширения
Скачать файл CRX расширения Easy Notes
Скачайте файлы расширений Easy Notes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Create and edit notes from any website.
Ever need to try and remember something, but you don't have access to a note taking device. Easy Notes is here to solve that problem. With just a click of a button you can start taking notes from any webpage. You will never have to struggle with note taking again.
Features
- Can be accessed from any website
- Can have multiple notes at once
- Can be opened with the touch of a button
Download Easy Notes and become a note taking master. Основная информация о расширении
| Название | |
| ID | lnafpiakeojhhfeelcipophjckaceccn |
| Официальный URL | https://chromewebstore.google.com/detail/easy-notes/lnafpiakeojhhfeelcipophjckaceccn |
| Описание | Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking… |
| Размер файла | 86.36 KB |
| Количество установок | 2,105 |
| Текущая Версия | 0.1.1 |
| Последнее Обновление | 2017-01-07 |
| Дата публикации | 2017-01-06 |
| Рейтинг | 4.40/5 Всего 5 оценок |
| Разработчик | Unknown |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Easy Notes",
"version": "0.1.1",
"browser_action": {
"default_icon": "Icon.png",
"default_popup": "index.html"
},
"background": {
"scripts": [
"background.js"
]
}
} | |