Markdown Outline for GitHub
It will show you the outline of the markdown file on GitHub.
Markdown Outline for GitHub là gì?
Markdown Outline for GitHub là một tiện ích mở rộng Chrome được phát triển bởi mitsuruog, và tính năng chính của nó là "It will show you the outline of the markdown file on GitHub.".
Ả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 Markdown Outline for GitHub
Tải xuống các tệp mở rộng Markdown Outline for GitHub 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
It will show you the outline of the markdown file on GitHub and Gist.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Markdown Outline for GitHub |
ID | nkbceicafhlobddjmlflmhbloffdekcd |
URL Chính Thức | https://chromewebstore.google.com/detail/markdown-outline-for-gith/nkbceicafhlobddjmlflmhbloffdekcd |
Mô tả | It will show you the outline of the markdown file on GitHub. |
Kích Thước Tệp | 31.85 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2020-09-12 |
Ngày Phát Hành | 2020-06-02 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | mitsuruog |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mitsuruog/markdown-outline-for-github |
URL Trang Trợ Giúp | https://github.com/mitsuruog/markdown-outline-for-github/issues |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.3", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "assets\/icons\/icon-16.png", "128": "assets\/icons\/icon-128.png" }, "default_locale": "ja", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": false } ] } |