HTTP Commander

provide additional functionality for HTTP Commander - web file manager

HTTP Commanderとは何ですか?

HTTP Commanderはhttps://element-it.comによって開発されたChromeの拡張機能で、その主な機能は「provide additional functionality for HTTP Commander - web file manager」です。

拡張機能のスクリーンショット

screenshot

HTTP Commander拡張機能のCRXファイルをダウンロード

HTTP Commander拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        HTTP Commander extension provide some additional functionality for Chrome users of HTTP Commander web application. 
Current version allow to download selected folders with restore of folders structure on client side.  In you did selected some folder for download, then all files from that folder and its sub-folders will be downloaded and folder structure will be restored on client side (in "Downloads" folder).

New features will be added in future versions.                    

拡張機能の基本情報

名前 HTTP Commander HTTP Commander
ID emiplbkkiabideffmpogkbbogkmofgph
公式URL https://chromewebstore.google.com/detail/http-commander/emiplbkkiabideffmpogkbbogkmofgph
説明 provide additional functionality for HTTP Commander - web file manager
ファイルサイズ 40.94 KB
インストール数 11,679
現在のバージョン 1.0.3
最終更新日 2017-05-24
公開日 2017-05-23
評価 5.00/5 合計 2 レビュー
開発者 https://element-it.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.element-it.com/asp-net-explorer-browser/online-share/web-file-manager.aspx
ヘルプページのURL http://www.element-it.com/asp-net-explorer-browser/online-share/web-file-manager.aspx
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTTP Commander",
    "description": "provide additional functionality for HTTP Commander - web file manager",
    "version": "1.0.3",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "HTTP Commander helper extension.",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "declarativeContent",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "*Default.aspx*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    }
}