YMLink

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

YMLinkとは何ですか?

YMLinkはdorkokotek9によって開発されたChromeの拡張機能で、その主な機能は「Helps you navigate between YAML files in your organization's azure devops」です。

拡張機能のスクリーンショット

screenshot
screenshot

YMLink拡張機能のCRXファイルをダウンロード

YMLink拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 YMLink YMLink
ID fohlplgphadlhkaaamjfiipedeagaheb
公式URL https://chromewebstore.google.com/detail/ymlink/fohlplgphadlhkaaamjfiipedeagaheb
説明 Helps you navigate between YAML files in your organization's azure devops
ファイルサイズ 46.32 KB
インストール数 42
現在のバージョン 1.3
最終更新日 2023-02-11
公開日 2022-10-26
評価 5.00/5 合計 3 レビュー
開発者 dorkokotek9
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/17d107d5-b1de-451c-8a1c-b0e5c273beeb
対応言語 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"
    }
}