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