Box Notes - Table of Contents
Adds a rudimentary table of contents to your Box Notes
Qu'est-ce que Box Notes - Table of Contents ?
Box Notes - Table of Contents est une extension Chrome développée par Cristiano Betta, et sa fonction principale est "Adds a rudimentary table of contents to your Box Notes".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Box Notes - Table of Contents
Téléchargez les fichiers d'extension Box Notes - Table of Contents au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Box Notes - Table of Contents |
ID | cidpkmmdeladeicipbmfaccjmmpdpnaa |
URL Officiel | https://chromewebstore.google.com/detail/box-notes-table-of-conten/cidpkmmdeladeicipbmfaccjmmpdpnaa |
Description | Adds a rudimentary table of contents to your Box Notes |
Taille du Fichier | 11.19 KB |
Nombre d'Installations | 186 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2020-03-23 |
Date de Publication | 2020-03-23 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Cristiano Betta |
Type de Paiement | free |
Site Web de l'Extension | https://www.box.com/notes |
Langues Prises en Charge | 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" } } |