Notey Notepad
Take Quick Notes
Что такое Notey Notepad?
Notey Notepad - это расширение Chrome, разработанное Time Technology, и его основная функция - "Take Quick Notes".
Снимки экрана расширения
Скачать файл CRX расширения Notey Notepad
Скачайте файлы расширений Notey Notepad в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Notey NotePad is a free and easy-to-use notepad for everyday use. It is designed for simplicity and accessibility thus, making your note taking process fast and convenient via any tab. Our day to day work requires efficiency, speed, and accuracy. So in the midst of doing your research, work, and browsing the internet thus, navigating between programs may lose valuable time. This gave birth to this project. Notey NotePad will enable everyone to have the same comfort of taking copious notes without having to leave the browser.
Основная информация о расширении
Название | |
ID | ajbdeoplkbmbilclmchfhkpcpghgbfii |
Официальный URL | https://chrome.google.com/webstore/detail/notey-notepad/ajbdeoplkbmbilclmchfhkpcpghgbfii |
Описание | Take Quick Notes |
Размер файла | 93.55 KB |
Количество установок | 57 |
Текущая Версия | 1.1 |
Последнее Обновление | 2022-02-18 |
Дата публикации | 2019-04-30 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Time Technology |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notey Notepad", "description": "Take Quick Notes", "version": "1.1", "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon_128.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "background.js" ] } } |