Box Notes - Table of Contents

Adds a rudimentary table of contents to your Box Notes

Τι είναι το Box Notes - Table of Contents;

Το Box Notes - Table of Contents είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Cristiano Betta, και η κύρια λειτουργία του είναι "Adds a rudimentary table of contents to your Box Notes".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Box Notes - Table of Contents

Λήψη αρχείων επέκτασης Box Notes - Table of Contents σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Box Notes - Table of Contents Box Notes - Table of Contents
ID cidpkmmdeladeicipbmfaccjmmpdpnaa
Επίσημο URL https://chromewebstore.google.com/detail/box-notes-table-of-conten/cidpkmmdeladeicipbmfaccjmmpdpnaa
Περιγραφή Adds a rudimentary table of contents to your Box Notes
Μέγεθος Αρχείου 11.19 KB
Αριθμός Εγκαταστάσεων 186
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2020-03-23
Ημερομηνία Δημοσίευσης 2020-03-23
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Cristiano Betta
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.box.com/notes
Υποστηριζόμενες Γλώσσες 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"
    }
}