Open with Visual Studio Code - Github
Overrides Open in Visual Studio button on GitHub with Open in Visual Studio Code
什麼是Open with Visual Studio Code - Github?
Open with Visual Studio Code - Github是由BananiumLabs, Inc開發的Chrome擴展程式,該擴展的主要功能是“Overrides Open in Visual Studio button on GitHub with Open in Visual Studio Code”。
擴展截圖
下載Open with Visual Studio Code - Github擴展crx文件
下載Open with Visual Studio Code - Github擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension overrides the "Open in Visual Studio" button on GitHub with Open in Visual Studio Code.
Source code is available here: https://github.com/BananiumLabs/GitHub-VSCodeClone 擴展基本資訊
| 名稱 | |
| ID | gbnnlkbgnpcphebpbbfdabipmccjfama |
| 官方網址 | https://chromewebstore.google.com/detail/open-with-visual-studio-c/gbnnlkbgnpcphebpbbfdabipmccjfama |
| 簡介 | Overrides Open in Visual Studio button on GitHub with Open in Visual Studio Code |
| 檔案大小 | 47.19 KB |
| 安裝次數 | 4,355 |
| 目前版本 | 1.2.2 |
| 更新時間 | 2021-07-02 |
| 上架時間 | 2020-06-29 |
| 評分 | 4.50/5 共 2 次評分 |
| 開發者 | BananiumLabs, Inc |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/BananiumLabs/GitHub-VSCodeClone |
| 說明頁面URL | https://github.com/BananiumLabs/GitHub-VSCodeClone/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open with Visual Studio Code - Github",
"short_name": "VSCode-gitclone",
"description": "Overrides Open in Visual Studio button on GitHub with Open in Visual Studio Code",
"version": "1.2.2",
"version_name": "1.2.2",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"host_permissions": [
"https:\/\/github.com\/*"
],
"author": "Eric Qian",
"homepage_url": "https:\/\/enumc.com",
"manifest_version": 3
} | |