apache-file-server-visualizer

A simple script to visualize images that are served by apache web file server

apache-file-server-visualizerとは何ですか?

apache-file-server-visualizerはalissonsteffens.comによって開発されたChromeの拡張機能で、その主な機能は「A simple script to visualize images that are served by apache web file server」です。

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

screenshot

apache-file-server-visualizer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A simple script to visualize images that are served by apache web file server, to use it Just Click the Extension Icon                    

拡張機能の基本情報

名前 apache-file-server-visualizer apache-file-server-visualizer
ID bjlohneekanpfldifbjpchbipgakbdhi
公式URL https://chromewebstore.google.com/detail/apache-file-server-visual/bjlohneekanpfldifbjpchbipgakbdhi
説明 A simple script to visualize images that are served by apache web file server
ファイルサイズ 186 KB
インストール数 102
現在のバージョン 0.6
最終更新日 2020-06-08
公開日 2020-06-07
開発者 alissonsteffens.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/AlissonSteffens/apache-file-server-visualizer
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "apache-file-server-visualizer",
    "version": "0.6",
    "manifest_version": 2,
    "description": "A simple script to visualize images that are served by apache web file server",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery-3.4.1.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon16.png"
    },
    "permissions": [
        "activeTab"
    ]
}