Shorten Azure DevOps URL with vso.io

Shorten Azure DevOps (formerly Visual Studio Online) URLs using vso.io shortener.

Co je Shorten Azure DevOps URL with vso.io?

Shorten Azure DevOps URL with vso.io je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Shorten Azure DevOps (formerly Visual Studio Online) URLs using vso.io shortener.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Shorten Azure DevOps URL with vso.io

Stáhněte si soubory rozšíření Shorten Azure DevOps URL with vso.io ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension enables shorting long Azure DevOps URLs into short ones using http://vso.io shorting service.                    

Základní Informace o Rozšíření

Název Shorten Azure DevOps URL with vso.io Shorten Azure DevOps URL with vso.io
ID nphkdkljdpnidopchiknkjmbiifgkdmk
Oficiální URL https://chromewebstore.google.com/detail/shorten-azure-devops-url/nphkdkljdpnidopchiknkjmbiifgkdmk
Popis Shorten Azure DevOps (formerly Visual Studio Online) URLs using vso.io shortener.
Velikost souboru 14.12 KB
Počet instalací 156
Aktuální Verze 1.2
Poslední Aktualizace 2020-01-13
Datum Vydání 2020-01-13
Hodnocení 4.83/5 Celkem 6 Hodnocení
Vývojář Unknown
Typ Platby free
Webové stránky Rozšíření https://github.com/josin/short-url-for-vso_chrome-extension
URL Stránky Nápovědy https://github.com/josin/short-url-for-vso_chrome-extension
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shorten Azure DevOps URL with vso.io",
    "description": "Shorten Azure DevOps (formerly Visual Studio Online) URLs using vso.io shortener.",
    "version": "1.2",
    "icons": {
        "16": "images\/icon_link16.png",
        "48": "images\/icon_link48.png",
        "128": "images\/icon_link128.png"
    },
    "browser_action": {
        "default_title": "Shorten this link with vso.io",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/core.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus"
    ]
}