Azure Blob Browser
Browse Your Azure Blob Storage easily!
Cos'è Azure Blob Browser?
Azure Blob Browser è un'estensione di Chrome sviluppata da Ritesh Ghodrao, e la sua funzione principale è "Browse Your Azure Blob Storage easily!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Azure Blob Browser
Scarica i file di estensione Azure Blob Browser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Azure Blob Browser |
ID | okdhfjbpehgfodoknombaehkhoobmefi |
URL Ufficiale | https://chromewebstore.google.com/detail/azure-blob-browser/okdhfjbpehgfodoknombaehkhoobmefi |
Descrizione | Browse Your Azure Blob Storage easily! |
Dimensione del File | 5.35 MB |
Conteggio Installazioni | 503 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2020-08-25 |
Data di Pubblicazione | 2020-08-22 |
Valutazione | 4.60/5 Totale 5 Valutazioni |
Sviluppatore | Ritesh Ghodrao |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://github.com/riteshghodrao/azure-blob-browser/blob/master/README.md |
Lingue Supportate | 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" ] } ] } |