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 Cristiano Betta द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a rudimentary table of contents to your Box Notes"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Box Notes - Table of Contents एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}