apache-file-server-visualizer
A simple script to visualize images that are served by apache web file server
What is apache-file-server-visualizer?
apache-file-server-visualizer is a Chrome extension developed by alissonsteffens.com, and its main feature is "A simple script to visualize images that are served by apache web file server".
Extension Screenshots
Download apache-file-server-visualizer Extension CRX File
Download apache-file-server-visualizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple script to visualize images that are served by apache web file server, to use it Just Click the Extension Icon Extension Basic Information
| Name | |
| ID | bjlohneekanpfldifbjpchbipgakbdhi |
| Official URL | https://chromewebstore.google.com/detail/apache-file-server-visual/bjlohneekanpfldifbjpchbipgakbdhi |
| Description | A simple script to visualize images that are served by apache web file server |
| File Size | 186 KB |
| Installation Count | 102 |
| Current Version | 0.6 |
| Last Updated | 2020-06-08 |
| Publish Date | 2020-06-07 |
| Developer | alissonsteffens.com |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/AlissonSteffens/apache-file-server-visualizer |
| Supported Languages | 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"
]
} | |