Pegmatite
Shows graphs and diagrams rendered by PlantUML.
Pegmatite là gì?
Pegmatite là một tiện ích mở rộng Chrome được phát triển bởi 都元ダイスケ (Daisuke), và tính năng chính của nó là "Shows graphs and diagrams rendered by PlantUML.".
Ả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 Pegmatite
Tải xuống các tệp mở rộng Pegmatite 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
Pegmatite is Google Chrome extension that replace PlantUML code blocks into preview images.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pegmatite |
ID | jegkfbnfbfnohncpcfcimepibmhlkldo |
URL Chính Thức | https://chromewebstore.google.com/detail/pegmatite/jegkfbnfbfnohncpcfcimepibmhlkldo |
Mô tả | Shows graphs and diagrams rendered by PlantUML. |
Kích Thước Tệp | 21.96 KB |
Số Lần Cài Đặt | 2,913 |
Phiên Bản Hiện Tại | 1.6.0 |
Cập Nhật Lần Cuối | 2020-01-05 |
Ngày Phát Hành | 2020-01-03 |
Đánh Giá | 4.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | 都元ダイスケ (Daisuke) |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dai0304/pegmatite |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pegmatite", "version": "1.6.0", "description": "Shows graphs and diagrams rendered by PlantUML.", "permissions": [ "storage", "https:\/\/*\/*", "tabs" ], "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "rawdeflate.js", "content-script.js" ], "matches": [ "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*", "https:\/\/gitpitch.com\/*", "https:\/\/gitlab.com\/*", "https:\/\/bitbucket.org\/*", "https:\/\/*.backlog.jp\/wiki\/*" ] } ] } |