Azure Blob Browser
Browse Your Azure Blob Storage easily!
What is Azure Blob Browser?
Azure Blob Browser is a Chrome extension developed by Ritesh Ghodrao, and its main feature is "Browse Your Azure Blob Storage easily!".
Extension Screenshots
Download Azure Blob Browser Extension CRX File
Download Azure Blob Browser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Azure Blob Browser |
ID | okdhfjbpehgfodoknombaehkhoobmefi |
Official URL | https://chromewebstore.google.com/detail/azure-blob-browser/okdhfjbpehgfodoknombaehkhoobmefi |
Description | Browse Your Azure Blob Storage easily! |
File Size | 5.35 MB |
Installation Count | 503 |
Current Version | 1.1 |
Last Updated | 2020-08-25 |
Publish Date | 2020-08-22 |
Rating | 4.60/5 Total 5 Ratings |
Developer | Ritesh Ghodrao |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/riteshghodrao/azure-blob-browser/blob/master/README.md |
Supported Languages | 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" ] } ] } |