Newtab Notepad

Simple notepad and task manager for newtab.

Was ist Newtab Notepad?

Newtab Notepad ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Simple notepad and task manager for newtab.".

Erweiterungsscreenshots

screenshot

Newtab Notepad-Erweiterungs-CRX-Datei herunterladen

Laden Sie Newtab 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

                        Simple newtab page that works as a notepad. Saves after close. Type "#" and refresh to create a task. Lightweight and power-efficient.                    

Grundlegende Informationen zur Erweiterung

Name Newtab Notepad Newtab Notepad
ID lpaljnokgodjncnejlfagmapjldgbflm
Offizielle URL https://chromewebstore.google.com/detail/newtab-notepad/lpaljnokgodjncnejlfagmapjldgbflm
Beschreibung Simple notepad and task manager for newtab.
Dateigröße 8.5 KB
Installationsanzahl 99
Aktuelle Version 1.2
Letztes Update 2017-05-04
Veröffentlichungsdatum 2017-05-04
Bewertung 3.33/5 Insgesamt 6 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite http://gokulswamy.me
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Newtab Notepad",
    "short_name": "Newtabpad",
    "description": "Simple notepad and task manager for newtab.",
    "version": "1.2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}