New Tab Markdown

Store your thoughts, todos, goals easily on every tab.

Was ist New Tab Markdown?

New Tab Markdown ist eine Chrome-Erweiterung, die von Helge Ahrens entwickelt wurde, und ihr Hauptmerkmal ist "Store your thoughts, todos, goals easily on every tab.".

Erweiterungsscreenshots

screenshot

New Tab Markdown-Erweiterungs-CRX-Datei herunterladen

Laden Sie New Tab Markdown-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

                        **Update Version 1.0.5**
* fixed a bug that caused information to not be stored if the same blank tab was opened twice

The new tab is now a place for all your thoughts, memos and just for quickly writing something down. Simply open a new tab and start writing. Structure your text with markdown syntax.

To value your privacy all your input is stored locally in your chromes cache. So don't worry, no one is listening.*

* This also means there is no option to sync your thoughts with other computers or create a backup. Once you delete a page its gone. Keep that in mind.                    

Grundlegende Informationen zur Erweiterung

Name New Tab Markdown New Tab Markdown
ID gpdnablocagonlpfhkfiigfpfoommcia
Offizielle URL https://chromewebstore.google.com/detail/new-tab-markdown/gpdnablocagonlpfhkfiigfpfoommcia
Beschreibung Store your thoughts, todos, goals easily on every tab.
Dateigröße 1.02 MB
Installationsanzahl 15
Aktuelle Version 1.0.5
Letztes Update 2023-07-24
Veröffentlichungsdatum 2020-05-21
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Helge Ahrens
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "New Tab Markdown",
    "name": "New Tab Markdown",
    "version": "1.0.5",
    "author": "Helge Ahrens",
    "description": "Store your thoughts, todos, goals easily on every tab.",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "logo128.png"
    }
}