Azure Blob Browser

Browse Your Azure Blob Storage easily!

什么是Azure Blob Browser?

Azure Blob Browser是由Ritesh Ghodrao开发的Chrome扩展程序,该扩展的主要功能是“Browse Your Azure Blob Storage easily!”。

扩展截图

screenshot

下载Azure Blob Browser扩展crx文件

下载Azure Blob Browser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Azure Blob Browser Azure Blob Browser
ID okdhfjbpehgfodoknombaehkhoobmefi
官方URL https://chromewebstore.google.com/detail/azure-blob-browser/okdhfjbpehgfodoknombaehkhoobmefi
简介 Browse Your Azure Blob Storage easily!
文件大小 5.35 MB
安装次数 503
当前版本 1.1
更新时间 2020-08-25
上架时间 2020-08-22
评分 4.60/5 共5次评分
开发者 Ritesh Ghodrao
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://github.com/riteshghodrao/azure-blob-browser/blob/master/README.md
支持的语言 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"
            ]
        }
    ]
}