VSCode

Multiple vscode features to enable in chrome

Apa itu VSCode?

VSCode adalah ekstensi Chrome yang dikembangkan oleh Dovocode, dan fitur utamanya adalah "Multiple vscode features to enable in chrome".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi VSCode

Unduh file ekstensi VSCode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        - Add open in vscode in github
- Option to change vscode to vscode insiders links                    

Informasi Dasar Ekstensi

Nama VSCode VSCode
ID cnjdclifomkhdabjfmgkdmohcmiflfpa
URL Resmi https://chrome.google.com/webstore/detail/vscode/cnjdclifomkhdabjfmgkdmohcmiflfpa
Deskripsi Multiple vscode features to enable in chrome
Ukuran File 16.73 KB
Jumlah Instalasi 56
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2021-07-20
Tanggal Publikasi 2021-07-20
Pengembang Dovocode
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VSCode",
    "version": "0.0.1",
    "manifest_version": 3,
    "description": "Multiple vscode features to enable in chrome",
    "homepage_url": "http:\/\/dovocode.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ]
}