New Tab Markdown

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

Wat is New Tab Markdown?

New Tab Markdown is een Chrome-extensie ontwikkeld door Helge Ahrens, en de belangrijkste functie is "Store your thoughts, todos, goals easily on every tab.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie New Tab Markdown

Download New Tab Markdown-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        **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.                    

Basisinformatie over de Extensie

Naam New Tab Markdown New Tab Markdown
ID gpdnablocagonlpfhkfiigfpfoommcia
Officiële URL https://chromewebstore.google.com/detail/new-tab-markdown/gpdnablocagonlpfhkfiigfpfoommcia
Beschrijving Store your thoughts, todos, goals easily on every tab.
Bestandsgrootte 1.02 MB
Aantal Installaties 15
Huidige Versie 1.0.5
Laatst Bijgewerkt 2023-07-24
Publicatiedatum 2020-05-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Helge Ahrens
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}