Simple Notes
A simple notes extension based off the Mac Notes app.
Что такое Simple Notes?
Simple Notes - это расширение Chrome, разработанное Jeffrey Chang, и его основная функция - "A simple notes extension based off the Mac Notes app.".
Снимки экрана расширения
Скачать файл CRX расширения Simple Notes
Скачайте файлы расширений Simple Notes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
With simple notes, you can take and save notes. It's that simple. Other note taking apps have features of mostly little use, ones that can get in the way of usability and convenience. I have always enjoyed the simplicity of the Apple Notes app, both in design and usability, so I decided to base this extension on that app. Hope you enjoy! Note: This extension does not sync with your Apple notes.
Основная информация о расширении
Название | Simple Notes |
ID | ldfahoabcdgljodjddijjiknleolbcmh |
Официальный URL | https://chromewebstore.google.com/detail/simple-notes/ldfahoabcdgljodjddijjiknleolbcmh |
Описание | A simple notes extension based off the Mac Notes app. |
Размер файла | 116 KB |
Количество установок | 1,118 |
Текущая Версия | 1.0.6 |
Последнее Обновление | 2015-10-27 |
Дата публикации | 2015-10-26 |
Рейтинг | 3.31/5 Всего 13 оценок |
Разработчик | Jeffrey Chang |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Notes", "description": "A simple notes extension based off the Mac Notes app.", "version": "1.0.6", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "https:\/\/ajax.googleapis.com\/" ] } |