Azure Blob Browser

Browse Your Azure Blob Storage easily!

Was ist Azure Blob Browser?

Azure Blob Browser ist eine Chrome-Erweiterung, die von Ritesh Ghodrao entwickelt wurde, und ihr Hauptmerkmal ist "Browse Your Azure Blob Storage easily!".

Erweiterungsscreenshots

screenshot

Azure Blob Browser-Erweiterungs-CRX-Datei herunterladen

Laden Sie Azure Blob Browser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Azure Blob Browser helps you browser your azure storage account. With your blob SAS URI, you can now see the containers available. You can even upload blobs to the container, list and download them.                    

Grundlegende Informationen zur Erweiterung

Name Azure Blob Browser Azure Blob Browser
ID okdhfjbpehgfodoknombaehkhoobmefi
Offizielle URL https://chromewebstore.google.com/detail/azure-blob-browser/okdhfjbpehgfodoknombaehkhoobmefi
Beschreibung Browse Your Azure Blob Storage easily!
Dateigröße 5.35 MB
Installationsanzahl 503
Aktuelle Version 1.1
Letztes Update 2020-08-25
Veröffentlichungsdatum 2020-08-22
Bewertung 4.60/5 Insgesamt 5 Bewertungen
Entwickler Ritesh Ghodrao
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://github.com/riteshghodrao/azure-blob-browser/blob/master/README.md
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Azure Blob Browser",
    "version": "1.1",
    "description": "Browse Your Azure Blob Storage easily!",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "browser_action": {
        "default_icon": "128x128.png"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/build\/index.js"
            ]
        }
    ]
}