Gist Markdown Preview
helps to preview the markdown while creating a markdown gist
Gist Markdown Preview là gì?
Gist Markdown Preview là một tiện ích mở rộng Chrome được phát triển bởi https://blog.revathskumar.com, và tính năng chính của nó là "helps to preview the markdown while creating a markdown gist".
Ả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 Gist Markdown Preview
Tải xuống các tệp mở rộng Gist Markdown Preview 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
The option is visible only when you choose the filetype as markdown or your filename ends with .md * updated for latest changes in gist.github.com design CHANGES on 2017/04/12 * updates to latest github changes * Removed the css from loading and breaking http://gist.github.com * Fixes the issue with appearing multiple preview buttons on multiple markdown files CHANGES on 2018/01/03 * updates to latest github changes CHANGES on 2018/01/20 * Support for Github flavoured markdown
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gist Markdown Preview |
ID | icgfmklfpokeihbnnjjdpnjndickgpkh |
URL Chính Thức | https://chromewebstore.google.com/detail/gist-markdown-preview/icgfmklfpokeihbnnjjdpnjndickgpkh |
Mô tả | helps to preview the markdown while creating a markdown gist |
Kích Thước Tệp | 139 KB |
Số Lần Cài Đặt | 445 |
Phiên Bản Hiện Tại | 2.0.3 |
Cập Nhật Lần Cuối | 2018-01-19 |
Ngày Phát Hành | 2018-01-19 |
Đánh Giá | 4.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://blog.revathskumar.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/revathskumar/gist-markdown-preview |
URL Trang Trợ Giúp | https://github.com/revathskumar/gist-markdown-preview/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gist Markdown Preview", "version": "2.0.3", "description": "helps to preview the markdown while creating a markdown gist", "manifest_version": 2, "icons": { "16": "img\/gist16.png", "48": "img\/gist48.png", "128": "img\/gist128.png" }, "homepage_url": "https:\/\/github.com\/revathskumar\/gist-markdown-preview", "content_scripts": [ { "matches": [ "https:\/\/gist.github.com\/", "https:\/\/gist.github.com\/*\/*\/edit" ], "js": [ "js\/marked.js", "gist_markdown_preview.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/gist.github.com\/" ] } |