peek – GitHub to local editor in 1 click
Instantly open repositories, pull requests, and files to your local editor in a temp folder.
peek – GitHub to local editor in 1 click là gì?
peek – GitHub to local editor in 1 click là một tiện ích mở rộng Chrome được phát triển bởi Jarred Sumner, và tính năng chính của nó là "Instantly open repositories, pull requests, and files to your local editor in a temp folder.".
Ả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 peek – GitHub to local editor in 1 click
Tải xuống các tệp mở rộng peek – GitHub to local editor in 1 click 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
Read, search, and review code from the comfort of your local editor instantly. peek streams the repository to a temp folder and immediately opens your preferred text editor. When you close the editor, the code is deleted. peek supports Visual Studio Code, Sublime Text, Vim, and more editors. This extension requires installing git-peek to register the URL handler – head over to https://github.com/jarred-sumner/git-peek to do that.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | peek – GitHub to local editor in 1 click |
ID | lipffmbhaajmndiglgmmcfldgolfaooj |
URL Chính Thức | https://chromewebstore.google.com/detail/peek-%E2%80%93-github-to-local-ed/lipffmbhaajmndiglgmmcfldgolfaooj |
Mô tả | Instantly open repositories, pull requests, and files to your local editor in a temp folder. |
Kích Thước Tệp | 23.25 KB |
Số Lần Cài Đặt | 67 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2021-02-17 |
Ngày Phát Hành | 2021-02-14 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Jarred Sumner |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jarred-sumner/peek |
URL Trang Trợ Giúp | https://github.com/jarred-sumner/git-peek |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "peek \u2013 GitHub to local editor in 1 click", "version": "0.0.2", "manifest_version": 2, "description": "Instantly open repositories, pull requests, and files to your local editor in a temp folder.", "homepage_url": "https:\/\/github.com\/Jarred-Sumner\/git-peek-chrome-extension", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "dist\/background.js" ], "persistent": false }, "permissions": [ "tabs", "https:\/\/*.github.com\/*", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.github.com\/*" ], "js": [ "dist\/inject\/inject.js" ], "css": [ "css\/styles.css" ] } ] } |