Notepad+

Notepad+ is a google chrome extension that allows you to create counters, stopwatches, timers, notes, and lists. The notepad allows…

Was ist Notepad+?

Notepad+ ist eine Chrome-Erweiterung, die von plus.extensions.dev entwickelt wurde, und ihr Hauptmerkmal ist "Notepad+ is a google chrome extension that allows you to create counters, stopwatches, timers, notes, and lists. The notepad allows…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Notepad+-Erweiterungs-CRX-Datei herunterladen

Laden Sie Notepad+-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+ is a google chrome extension that allows you to create counters, stopwatches, timers, notes, and lists. The notepad allows you to use a few commands to help you take notes better. The timers allow you to choose the timer duration, and also swap between creating stopwatches and timers. The timer will turn red once its at 0:00. You can note anything down using lists, and also delete the item by clicking the circle on the left.

Update: fixed transfer bug that failed to provide type:notes home page.                    

Grundlegende Informationen zur Erweiterung

Name Notepad+ Notepad+
ID lcbldkmdhkffpeamipcnibjifgmoiafp
Offizielle URL https://chromewebstore.google.com/detail/notepad+/lcbldkmdhkffpeamipcnibjifgmoiafp
Beschreibung Notepad+ is a google chrome extension that allows you to create counters, stopwatches, timers, notes, and lists. The notepad allows…
Dateigröße 9.4 KB
Installationsanzahl 75
Aktuelle Version 2.0.0.3
Letztes Update 2022-02-08
Veröffentlichungsdatum 2021-02-28
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler plus.extensions.dev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notepad+",
    "short_name": "NP+",
    "version": "2.0.0.3",
    "manifest_version": 3,
    "action": {
        "default_icon": "notesLogo.png",
        "default_title": "Notepad+",
        "default_popup": "notepad+.html"
    },
    "icons": {
        "16": "notesLogo.png",
        "48": "notesDispaly.png",
        "128": "notesicon.png"
    }
}