Notepad Online

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

Was ist Notepad Online?

Notepad Online ist eine Chrome-Erweiterung, die von Brandon Fowler entwickelt wurde, und ihr Hauptmerkmal ist "A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Notepad Online-Erweiterungs-CRX-Datei herunterladen

Laden Sie Notepad Online-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Notepad Online Notepad Online
ID hjabknmbgbnopipagjbmocghjodofkif
Offizielle URL https://chromewebstore.google.com/detail/notepad-online/hjabknmbgbnopipagjbmocghjodofkif
Beschreibung A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more.
Dateigröße 35.33 KB
Installationsanzahl 10,643
Aktuelle Version 2.0.2
Letztes Update 2024-01-21
Veröffentlichungsdatum 2019-06-08
Bewertung 3.86/5 Insgesamt 7 Bewertungen
Entwickler Brandon Fowler
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}