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开发的Chrome扩展程序,该扩展的主要功能是“Adds a rudimentary table of contents to your Box Notes”。

扩展截图

screenshot

下载Box Notes - Table of Contents扩展crx文件

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