YMLink

Helps you navigate between YAML files in your organization's azure devops

Wat is YMLink?

YMLink is een Chrome-extensie ontwikkeld door dorkokotek9, en de belangrijkste functie is "Helps you navigate between YAML files in your organization's azure devops".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YMLink

Download YMLink-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

                        Sick of getting lost in your organization's repositories looking for YAML templates?
Use YMLink to easily navigate to your desired YAML file!




All rights reserved to Dor Kokotek.                    

Basisinformatie over de Extensie

Naam YMLink YMLink
ID fohlplgphadlhkaaamjfiipedeagaheb
Officiële URL https://chromewebstore.google.com/detail/ymlink/fohlplgphadlhkaaamjfiipedeagaheb
Beschrijving Helps you navigate between YAML files in your organization's azure devops
Bestandsgrootte 46.32 KB
Aantal Installaties 42
Huidige Versie 1.3
Laatst Bijgewerkt 2023-02-11
Publicatiedatum 2022-10-26
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar dorkokotek9
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.freeprivacypolicy.com/live/17d107d5-b1de-451c-8a1c-b0e5c273beeb
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YMLink",
    "description": "Helps you navigate between YAML files in your organization's azure devops",
    "version": "1.3",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/ymlbutton.png",
                "\/assets\/icon.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    }
}