Easy Notes

Easiest way for taking quick notes.

Что такое Easy Notes?

Easy Notes - это расширение Chrome, разработанное daoket, и его основная функция - "Easiest way for taking quick notes.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Easy Notes

Скачайте файлы расширений Easy Notes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Easy Notes - A perfect tool for taking quick notes. Its fast, secure, and private. A must tool for everyone. 


RECENT UPDATES:
** Update 1.4 (2024-1-12) **
1. support Manifest V3

** Update 1.3 (2020-12-24) **
1. Beautify style

** Update 1.0 (2019-1-27) **
1. created Easy Notes


PS: Data is not lost even if you empty chrome's cache or cookies. Cheers! Happy note taking.                    

Основная информация о расширении

Название Easy Notes Easy Notes
ID hepiplahmadecihpoebffepnghmmkjem
Официальный URL https://chromewebstore.google.com/detail/easy-notes/hepiplahmadecihpoebffepnghmmkjem
Описание Easiest way for taking quick notes.
Размер файла 199 KB
Количество установок 77
Текущая Версия 1.4
Последнее Обновление 2024-01-12
Дата публикации 2019-02-17
Рейтинг 5.00/5 Всего 1 оценок
Разработчик daoket
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Notes",
    "version": "1.4",
    "description": "Easiest way for taking quick notes. ",
    "author": "daoket",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "resources": [
                "inject.js"
            ]
        }
    ]
}