New Tab Markdown

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

Vad är New Tab Markdown?

New Tab Markdown är en Chrome-tillägg utvecklad av Helge Ahrens, och dess huvudfunktion är "Store your thoughts, todos, goals easily on every tab.".

Tilläggsskärmbilder

screenshot

Ladda ner New Tab Markdown-förlängningens CRX-fil

Ladda ner New Tab Markdown-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn New Tab Markdown New Tab Markdown
ID gpdnablocagonlpfhkfiigfpfoommcia
Officiell webbadress https://chromewebstore.google.com/detail/new-tab-markdown/gpdnablocagonlpfhkfiigfpfoommcia
Beskrivning Store your thoughts, todos, goals easily on every tab.
Filstorlek 1.02 MB
Antal Installationer 15
Aktuell Version 1.0.5
Senast Uppdaterad 2023-07-24
Publiceringsdatum 2020-05-21
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Helge Ahrens
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}