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 |
公式URL | 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 |
Eメール | [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": [ " |