NewTab Memo
Transforms Chrome new tabs into memopads. Type, edit, and save text.
O que é NewTab Memo?
NewTab Memo é uma extensão do Chrome desenvolvida por nc-dev, e sua principal característica é "Transforms Chrome new tabs into memopads. Type, edit, and save text.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NewTab Memo
Baixe arquivos de extensão NewTab Memo 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
Ideal for jotting down notes. Only stores text locally, without any external tracking or storage. ★ Features ★ - Works offline - Autosaves text - Curated themes - Custom web fonts - Lightweight (~30 KiB) and only "Vanilla JS" = = = = = = = = = = Changelog (most recent updates) v1.1.2 - positioning bug fix v1.1.1 - New text editing lock/unlock button and indicator - New theme: Cookies 'n Cream - New text styling buttons: bold, italics, underline, strikethrough, indent, outdent, v1.1.0 - Moving some experimental features to stable - Options page changes to display current CSS settings
Informações Básicas da Extensão
Nome | NewTab Memo |
ID | gmahiocgkhbehfpmdndjpppdehlccaoh |
URL Oficial | https://chromewebstore.google.com/detail/newtab-memo/gmahiocgkhbehfpmdndjpppdehlccaoh |
Descrição | Transforms Chrome new tabs into memopads. Type, edit, and save text. |
Tamanho do Arquivo | 24.05 KB |
Contagem de Instalações | 138 |
Versão Atual | 1.1.2 |
Última Atualização | 2021-01-15 |
Data de Publicação | 2017-06-28 |
Classificação | 4.33/5 Total de 6 Avaliações |
Desenvolvedor | nc-dev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NewTab Memo", "version": "1.1.2", "description": "Transforms Chrome new tabs into memopads. Type, edit, and save text.", "chrome_url_overrides": { "newtab": "newTab.html" }, "browser_action": { "default_icon": "images\/icon-128.png", "default_title": "NewTab Memo", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "storage" ], "manifest_version": 2, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "commands": { "save_changes": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "MacCtrl+Shift+S" }, "description": "Save text changes" } } } |