Azure Blob Browser
Browse Your Azure Blob Storage easily!
Azure Blob Browserとは何ですか?
Azure Blob BrowserはRitesh Ghodraoによって開発されたChromeの拡張機能で、その主な機能は「Browse Your Azure Blob Storage easily!」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } ] } |