Box Notes - Table of Contents
Adds a rudimentary table of contents to your Box Notes
Box Notes - Table of Contents là gì?
Box Notes - Table of Contents là một tiện ích mở rộng Chrome được phát triển bởi Cristiano Betta, và tính năng chính của nó là "Adds a rudimentary table of contents to your Box Notes".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Box Notes - Table of Contents
Tải xuống các tệp mở rộng Box Notes - Table of Contents dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Box Notes - Table of Contents |
ID | cidpkmmdeladeicipbmfaccjmmpdpnaa |
URL Chính Thức | https://chromewebstore.google.com/detail/box-notes-table-of-conten/cidpkmmdeladeicipbmfaccjmmpdpnaa |
Mô tả | Adds a rudimentary table of contents to your Box Notes |
Kích Thước Tệp | 11.19 KB |
Số Lần Cài Đặt | 186 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2020-03-23 |
Ngày Phát Hành | 2020-03-23 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Cristiano Betta |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.box.com/notes |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |