New Tab Markdown
Store your thoughts, todos, goals easily on every tab.
Cos'è New Tab Markdown?
New Tab Markdown è un'estensione di Chrome sviluppata da Helge Ahrens, e la sua funzione principale è "Store your thoughts, todos, goals easily on every tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tab Markdown
Scarica i file di estensione New Tab Markdown in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
**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.
Informazioni di Base sull'Estensione
Nome | New Tab Markdown |
ID | gpdnablocagonlpfhkfiigfpfoommcia |
URL Ufficiale | https://chromewebstore.google.com/detail/new-tab-markdown/gpdnablocagonlpfhkfiigfpfoommcia |
Descrizione | Store your thoughts, todos, goals easily on every tab. |
Dimensione del File | 1.02 MB |
Conteggio Installazioni | 15 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2023-07-24 |
Data di Pubblicazione | 2020-05-21 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Helge Ahrens |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |