Tab Notes
Tab Notes will helps you to make notes on the browser. It is easy to use and quick to access
O que é Tab Notes?
Tab Notes é uma extensão do Chrome desenvolvida por Vineeth TR, e sua principal característica é "Tab Notes will helps you to make notes on the browser. It is easy to use and quick to access".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab Notes
Baixe arquivos de extensão Tab Notes 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
Tab Notes lets you compose notes like articles using a variety of typography styles. You can also draw shapes to accompany your notes. Notes will automatically be saved and synced with each new tab. Tab Notes offers you a wide variety of built-in themes. If you are not satisfied with the built-in themes, you can create custom themes as well. # Features of Tab Notes ⚡ Quick and easy to access notes while clicking on a new tab 🗂️ Store multiple notes ✍️ Variety of typography styles are available to write notes 📐 Draw shapes to accompany your notes 🤹 Code block support 🎨 Variety of built-in themes and option to create your own theme 💾 Auto saving notes 🔄 Real time tab sync
Informações Básicas da Extensão
Nome | Tab Notes |
ID | fiinodkfgdoljchgmojlnfijgmkmaiel |
URL Oficial | https://chromewebstore.google.com/detail/tab-notes/fiinodkfgdoljchgmojlnfijgmkmaiel |
Descrição | Tab Notes will helps you to make notes on the browser. It is easy to use and quick to access |
Tamanho do Arquivo | 101 KB |
Contagem de Instalações | 200 |
Versão Atual | 1.0.2 |
Última Atualização | 2023-01-18 |
Data de Publicação | 2022-10-20 |
Classificação | 4.73/5 Total de 11 Avaliações |
Desenvolvedor | Vineeth TR |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://vineethtrv.github.io |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Notes", "version": "1.0.2", "description": "Tab Notes will helps you to make notes on the browser. It is easy to use and quick to access", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "assets\/images\/tab_note_16x16.png", "32": "assets\/images\/tab_note_32x32.png", "48": "assets\/images\/tab_note_48x48.png", "128": "assets\/images\/Tab_Note_Logo_128x128.png" } } |