Open GitHub in VS Code

Open GitHub repository in VS Code within browser

什麼是Open GitHub in VS Code?

Open GitHub in VS Code是由Anton Isaiev開發的Chrome擴展程式,該擴展的主要功能是“Open GitHub repository in VS Code within browser”。

擴展截圖

screenshot

下載Open GitHub in VS Code擴展crx文件

下載Open GitHub in VS Code擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Just click on "Open in VS Code" button.

Based on https://github.com/conwnet/github1s

Extension repo: https://github.com/aisaiev/open-github-in-vscode                    

擴展基本資訊

名稱 Open GitHub in VS Code Open GitHub in VS Code
ID pnhnmmcigmleaooedjnodnioapklfngc
官方網址 https://chromewebstore.google.com/detail/open-github-in-vs-code/pnhnmmcigmleaooedjnodnioapklfngc
簡介 Open GitHub repository in VS Code within browser
檔案大小 30.39 KB
安裝次數 1,087
目前版本 1.0
更新時間 2021-02-13
上架時間 2021-02-12
評分 5.00/5 共 2 次評分
開發者 Anton Isaiev
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open GitHub in VS Code",
    "short_name": "Open GitHub in VS Code",
    "description": "Open GitHub repository in VS Code within browser",
    "author": "Anton Isaiev",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}