MarketVSX
A bridge between vscode marketplace and open-vsx.
Wat is MarketVSX?
MarketVSX is een Chrome-extensie ontwikkeld door GeopJr, en de belangrijkste functie is "A bridge between vscode marketplace and open-vsx.".
Extensie Screenshots
Download het CRX-bestand van de extensie MarketVSX
Download MarketVSX-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        This extension adds a button next to an extension on https://marketplace.visualstudio.com/ that will either send the user to open-vsx.org, if the extension is available there, or download its .vsix file.
You can find much more info and screenshots on the github repo: https://github.com/GeopJr/MarketVSX.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | fcoiikfhfempfajefakhkjlkmloihmlp | 
| Officiële URL | https://chromewebstore.google.com/detail/marketvsx/fcoiikfhfempfajefakhkjlkmloihmlp | 
| Beschrijving | A bridge between vscode marketplace and open-vsx. | 
| Bestandsgrootte | 26.8 KB | 
| Aantal Installaties | 33 | 
| Huidige Versie | 1.1 | 
| Laatst Bijgewerkt | 2021-01-26 | 
| Publicatiedatum | 2021-01-26 | 
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | GeopJr | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/GeopJr/MarketVSX | 
| Help Pagina-URL | https://github.com/GeopJr/MarketVSX/issues | 
| Ondersteunde Talen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MarketVSX",
    "version": "1.1",
    "description": "A bridge between vscode marketplace and open-vsx.",
    "author": "GeopJr",
    "homepage_url": "https:\/\/github.com\/GeopJr\/MarketVSX\/",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png",
        "512": "icons\/icon-512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/marketplace.visualstudio.com\/*"
            ],
            "js": [
                "marketvsx.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}  |  |