OctoEdit
Syntax Highlighting mini-editor for GitHub.com
OctoEdit là gì?
OctoEdit là một tiện ích mở rộng Chrome được phát triển bởi Andrew Levine, và tính năng chính của nó là "Syntax Highlighting mini-editor for GitHub.com".
Ả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 OctoEdit
Tải xuống các tệp mở rộng OctoEdit 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
Adds a new tab to the comment edit area in GitHub, providing Markdown syntax highlighting and tabbing behavior. Huge thanks to CodeMirror and Marijn Haverbeke for providing a free, MIT-licensed editor.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OctoEdit |
ID | ecnglinljpjkbgmdpeiglonddahpbkeb |
URL Chính Thức | https://chromewebstore.google.com/detail/octoedit/ecnglinljpjkbgmdpeiglonddahpbkeb |
Mô tả | Syntax Highlighting mini-editor for GitHub.com |
Kích Thước Tệp | 1.16 MB |
Số Lần Cài Đặt | 140 |
Phiên Bản Hiện Tại | 0.5.1 |
Cập Nhật Lần Cuối | 2016-05-27 |
Ngày Phát Hành | 2016-05-26 |
Nhà Phát Triển | Andrew Levine |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/DrewML/OctoEdit |
URL Trang Trợ Giúp | https://github.com/DrewML/OctoEdit/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OctoEdit", "version": "0.5.1", "description": "Syntax Highlighting mini-editor for GitHub.com", "manifest_version": 2, "permissions": [ "storage" ], "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "js": [ "content-script.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "pagenav-listener.js" ] } |