open vscode.dev by right click

open open.vscode.dev by right click

What is open vscode.dev by right click?

open vscode.dev by right click is a Chrome extension developed by kirklayer, and its main feature is "open open.vscode.dev by right click".

Extension Screenshots

screenshot
screenshot

Download open vscode.dev by right click Extension CRX File

Download open vscode.dev by right click extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        1. go to github repository (https://github.com/microsoft/vscode)
2. right click and click "go to open.vscode.dev of this repository"
3. bamm

// What's changed?
* v1.4 Url changed from https://open.vscode.dev to https://vscode.dev/github
* v1.3 Bug fixed. Better Regex
* v1.2 Bug fixed.

https://github.com/smarthug/openVscodeByRightClick                    

Extension Basic Information

Name open vscode.dev by right click open vscode.dev by right click
ID niipgeipgmcgikcempmopgfaifponeni
Official URL https://chromewebstore.google.com/detail/open-vscodedev-by-right-c/niipgeipgmcgikcempmopgfaifponeni
Description open open.vscode.dev by right click
File Size 15.87 KB
Installation Count 511
Current Version 1.4
Last Updated 2022-03-16
Publish Date 2021-07-30
Rating 5.00/5 Total 3 Ratings
Developer kirklayer
Email [email protected]
Payment Type free
Extension Website https://github.com/smarthug/openVscodeByRightClick
Supported Languages en
manifest.json
{
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_open_vscode_16.png",
            "24": "images\/icon_open_vscode_24.png",
            "32": "images\/icon_open_vscode_32.png",
            "48": "images\/icon_open_vscode_48.png",
            "128": "images\/icon_open_vscode_128.png"
        }
    },
    "description": "open open.vscode.dev by right click",
    "icons": {
        "16": "images\/icon_open_vscode_16.png",
        "24": "images\/icon_open_vscode_24.png",
        "32": "images\/icon_open_vscode_32.png",
        "48": "images\/icon_open_vscode_48.png",
        "128": "images\/icon_open_vscode_128.png"
    },
    "manifest_version": 2,
    "name": "open vscode.dev by right click",
    "short_name": "Open GitHub in VS Code",
    "author": "Smarthug",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4"
}