Open in Code
This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code
Open in Code là gì?
Open in Code là một tiện ích mở rộng Chrome được phát triển bởi Mohamad Jahani, và tính năng chính của nó là "This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code".
Ả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 Open in Code
Tải xuống các tệp mở rộng Open in Code 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 downloads and opens current viewing Github file in Microsoft Visual Studio Code. This project is a free software. The source code is available in the following repository under MIT license. https://github.com/mamal72/open-in-code
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Open in Code |
ID | pojigilicipchiacceabcigkhkjhdcie |
URL Chính Thức | https://chromewebstore.google.com/detail/open-in-code/pojigilicipchiacceabcigkhkjhdcie |
Mô tả | This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code |
Kích Thước Tệp | 15.18 KB |
Số Lần Cài Đặt | 255 |
Phiên Bản Hiện Tại | 0.2.3 |
Cập Nhật Lần Cuối | 2017-05-28 |
Ngày Phát Hành | 2017-05-27 |
Đánh Giá | 2.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Mohamad Jahani |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mamal72/open-in-code |
URL Trang Trợ Giúp | https://github.com/mamal72/open-in-code/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in Code", "version": "0.2.3", "manifest_version": 2, "description": "This extension downloads and opens current viewing Github file in Microsoft Visual Studio Code", "homepage_url": "https:\/\/github.com\/mamal72\/open-in-code", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "Open in Code" }, "permissions": [ "tabs", "downloads", "downloads.shelf", "https:\/\/github.com\/*" ] } |