open vscode.dev by right click

open open.vscode.dev by right click

Cos'è open vscode.dev by right click?

open vscode.dev by right click è un'estensione di Chrome sviluppata da kirklayer, e la sua funzione principale è "open open.vscode.dev by right click".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione open vscode.dev by right click

Scarica i file di estensione open vscode.dev by right click in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome open vscode.dev by right click open vscode.dev by right click
ID niipgeipgmcgikcempmopgfaifponeni
URL Ufficiale https://chromewebstore.google.com/detail/open-vscodedev-by-right-c/niipgeipgmcgikcempmopgfaifponeni
Descrizione open open.vscode.dev by right click
Dimensione del File 15.87 KB
Conteggio Installazioni 511
Versione Corrente 1.4
Ultimo Aggiornamento 2022-03-16
Data di Pubblicazione 2021-07-30
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore kirklayer
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/smarthug/openVscodeByRightClick
Lingue Supportate 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"
}