Box Notes - Table of Contents
Adds a rudimentary table of contents to your Box Notes
O que é Box Notes - Table of Contents?
Box Notes - Table of Contents é uma extensão do Chrome desenvolvida por Cristiano Betta, e sua principal característica é "Adds a rudimentary table of contents to your Box Notes".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Box Notes - Table of Contents
Baixe arquivos de extensão Box Notes - Table of Contents 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
This extension looks for title and subtitles in Box Notes, and uses them to build a simple dropdown table of content at the top of your Box note. To use it, simply install the extension, refresh your Box Note, and make sure you use some Titles and Subtitle styles in your Note. This extension is not a Box product and is not supported by Box Inc. This extension is provided as-is and is available for commercial use.
Informações Básicas da Extensão
Nome | Box Notes - Table of Contents |
ID | cidpkmmdeladeicipbmfaccjmmpdpnaa |
URL Oficial | https://chromewebstore.google.com/detail/box-notes-table-of-conten/cidpkmmdeladeicipbmfaccjmmpdpnaa |
Descrição | Adds a rudimentary table of contents to your Box Notes |
Tamanho do Arquivo | 11.19 KB |
Contagem de Instalações | 186 |
Versão Atual | 1.4 |
Última Atualização | 2020-03-23 |
Data de Publicação | 2020-03-23 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Cristiano Betta |
Tipo de Pagamento | free |
Site da Extensão | https://www.box.com/notes |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Box Notes - Table of Contents", "version": "1.4", "description": "Adds a rudimentary table of contents to your Box Notes", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/notes.services.box.com\/*" ], "all_frames": true, "js": [ "js\/watcher.js", "js\/builder.js", "js\/attacher.js" ] } ], "web_accessible_resources": [ "css\/style.css" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |