WebP and AVIF Highlighter
Makes WebP and AVIF recognizable on a webpage.
什麼是WebP and AVIF Highlighter?
WebP and AVIF Highlighter是由webp-highlighter開發的Chrome擴展程式,該擴展的主要功能是“Makes WebP and AVIF recognizable on a webpage.”。
擴展截圖
下載WebP and AVIF Highlighter擴展crx文件
下載WebP and AVIF Highlighter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Chrome Extension that highlights WebP images during normal browsing. Images are surrounded by a dashed border. The color depends on the type: - green for simple lossy (nothing from extended) - pink for simple lossless (nothing from extended) - red for extended (can contain transparency, animations, color profile ...) When hovering an image, the quality/url will appear except on sites with complex CSS. In that case, just look up the messages in the console by pressing F12. By default, the extension is enabled. You can disable it or change its options by clicking on its icon (it looks like the end of the WebP logo) then refresh your page.
擴展基本資訊
名稱 | WebP and AVIF Highlighter |
ID | aonapkfkfneahhaonjjpmcabpnbdmojl |
官方網址 | https://chromewebstore.google.com/detail/webp-and-avif-highlighter/aonapkfkfneahhaonjjpmcabpnbdmojl |
簡介 | Makes WebP and AVIF recognizable on a webpage. |
檔案大小 | 61.33 KB |
安裝次數 | 2,417 |
目前版本 | 1.91.1 |
更新時間 | 2022-09-02 |
上架時間 | 2018-11-20 |
評分 | 4.00/5 共 1 次評分 |
開發者 | webp-highlighter |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://developers.google.com/speed/webp/ |
說明頁面URL | https://groups.google.com/a/webmproject.org/forum/#!forum/webp-discuss |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WebP and AVIF Highlighter", "version": "1.91.1", "description": "Makes WebP and AVIF recognizable on a webpage.", "icons": { "48": "icons\/webplogo.png" }, "permissions": [ "storage", "tabs" ], "action": { "default_icon": "icons\/webplogo.webp", "default_popup": "popup.html", "default_title": "WebP highlighter" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |