Azure Blob Browser
Browse Your Azure Blob Storage easily!
Wat is Azure Blob Browser?
Azure Blob Browser is een Chrome-extensie ontwikkeld door Ritesh Ghodrao, en de belangrijkste functie is "Browse Your Azure Blob Storage easily!".
Extensie Screenshots
Download het CRX-bestand van de extensie Azure Blob Browser
Download Azure Blob Browser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Azure Blob Browser |
ID | okdhfjbpehgfodoknombaehkhoobmefi |
Officiële URL | https://chromewebstore.google.com/detail/azure-blob-browser/okdhfjbpehgfodoknombaehkhoobmefi |
Beschrijving | Browse Your Azure Blob Storage easily! |
Bestandsgrootte | 5.35 MB |
Aantal Installaties | 503 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-08-25 |
Publicatiedatum | 2020-08-22 |
Beoordeling | 4.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Ritesh Ghodrao |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://github.com/riteshghodrao/azure-blob-browser/blob/master/README.md |
Ondersteunde Talen | 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" ] } ] } |