Azure Blob Browser

Browse Your Azure Blob Storage easily!

Apa itu Azure Blob Browser?

Azure Blob Browser adalah ekstensi Chrome yang dikembangkan oleh Ritesh Ghodrao, dan fitur utamanya adalah "Browse Your Azure Blob Storage easily!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Azure Blob Browser

Unduh file ekstensi Azure Blob Browser dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Azure Blob Browser Azure Blob Browser
ID okdhfjbpehgfodoknombaehkhoobmefi
URL Resmi https://chromewebstore.google.com/detail/azure-blob-browser/okdhfjbpehgfodoknombaehkhoobmefi
Deskripsi Browse Your Azure Blob Storage easily!
Ukuran File 5.35 MB
Jumlah Instalasi 503
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-08-25
Tanggal Publikasi 2020-08-22
Penilaian 4.60/5 Total 5 Penilaian
Pengembang Ritesh Ghodrao
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://github.com/riteshghodrao/azure-blob-browser/blob/master/README.md
Bahasa yang Didukung 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"
            ]
        }
    ]
}