New Tab Markdown
Store your thoughts, todos, goals easily on every tab.
O que é New Tab Markdown?
New Tab Markdown é uma extensão do Chrome desenvolvida por Helge Ahrens, e sua principal característica é "Store your thoughts, todos, goals easily on every tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão New Tab Markdown
Baixe arquivos de extensão New Tab Markdown no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
**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.
Informações Básicas da Extensão
Nome | New Tab Markdown |
ID | gpdnablocagonlpfhkfiigfpfoommcia |
URL Oficial | https://chromewebstore.google.com/detail/new-tab-markdown/gpdnablocagonlpfhkfiigfpfoommcia |
Descrição | Store your thoughts, todos, goals easily on every tab. |
Tamanho do Arquivo | 1.02 MB |
Contagem de Instalações | 15 |
Versão Atual | 1.0.5 |
Última Atualização | 2023-07-24 |
Data de Publicação | 2020-05-21 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Helge Ahrens |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |