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”。
擴展截圖
下載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 |
ID | bjlohneekanpfldifbjpchbipgakbdhi |
官方網址 | 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 |
電子郵箱 | [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" ] } |