Easy Notes Maker

Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…

Что такое Easy Notes Maker?

Easy Notes Maker - это расширение Chrome, разработанное Unknown, и его основная функция - "Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…".

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

screenshot
screenshot

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

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

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

                        Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste again and again? Here's the solution to your problem!

Through this extension you can select the text that you find note-worthy and it will be AUTOMATICALLY saved in a text file. Once you are done with saving all the important text, you can click the download button to save that file in your computer.

All your noted text is saved even if you change/refresh tabs, so browse and study freely!

NOTE: If the extension doesn't work, try turning off extensions like "AdBlocker" for that website.                    

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

Название Easy Notes Maker Easy Notes Maker
ID jmjkddmoofnpdkdjmlaeanikemeomeob
Официальный URL https://chromewebstore.google.com/detail/easy-notes-maker/jmjkddmoofnpdkdjmlaeanikemeomeob
Описание Have you ever thought of noting the important points while browsing through a website and found it cumbersome to copy and paste…
Размер файла 119 KB
Количество установок 51
Текущая Версия 1.0.0
Последнее Обновление 2022-01-27
Дата публикации 2022-01-26
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Unknown
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Notes Maker",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "East.png",
        "48": "East.png",
        "128": "East.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "node_modules\/@webcomponents\/custom-elements\/custom-elements.min.js",
                "content.js",
                "working.js"
            ]
        }
    ]
}