Notepad Online

A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more.

Что такое Notepad Online?

Notepad Online - это расширение Chrome, разработанное Brandon Fowler, и его основная функция - "A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Notepad Online is a simple online notepad with support for rich text editing and multiple named notes.

Features:

- Synced or local notes
- Multiple named notes
- Upload and download notes from your computer (as HTML or plain text)
- Edit notes as HTML (rich text) or plain text
- View HTML notes in any browsers and plain text notes all any text editor
- Dark mode
- Editing toolbar (text decoration, text alignment, lists, indention, text and background color, links, horizontal lines, and more!)
- Auto save
- Popup mode and full page mode
- Unlimited note size (for local notes)
- Compressed synced notes (for higher capacity)                    

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

Название Notepad Online Notepad Online
ID hjabknmbgbnopipagjbmocghjodofkif
Официальный URL https://chromewebstore.google.com/detail/notepad-online/hjabknmbgbnopipagjbmocghjodofkif
Описание A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more.
Размер файла 35.33 KB
Количество установок 10,643
Текущая Версия 2.0.2
Последнее Обновление 2024-01-21
Дата публикации 2019-06-08
Рейтинг 3.86/5 Всего 7 оценок
Разработчик Brandon Fowler
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notepad Online",
    "version": "2.0.2",
    "description": "A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more.",
    "permissions": [
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "downloads"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "manifest_version": 3
}