Image Size Check
Displays discrepancies in size between source and presentation.
什麼是Image Size Check?
Image Size Check是由weirdwater開發的Chrome擴展程式,該擴展的主要功能是“Displays discrepancies in size between source and presentation.”。
擴展截圖
下載Image Size Check擴展crx文件
下載Image Size Check擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
See what images aren't the right size in an instant! Image Size Check shows if displayed images match the width and height of the image source. If the width and height of an image are the same all borders will be green. If the width, or height, is off the extension will mark that dimension with a color. - Green: Image and Source height/width are exactly the same size. - Yellow: Image width or height is displayed larger than the source is. - Red: Image width or height is displayed smaller than the source is. The extension handles the height and width separate from each other. If the width is displayed correctly, but the height is smaller than that of the source, the extension will only mark the horizontal borders red. The horizontal borders will stay green. To see what the image's true size is you simply click the image. An overlay will appear of the image showing the difference between source and displayed size.
擴展基本資訊
名稱 | Image Size Check |
ID | ladmjfmdefajlebeacdjmgibboanfepi |
官方網址 | https://chromewebstore.google.com/detail/image-size-check/ladmjfmdefajlebeacdjmgibboanfepi |
簡介 | Displays discrepancies in size between source and presentation. |
檔案大小 | 6.51 KB |
安裝次數 | 4,572 |
目前版本 | 1.0.0 |
更新時間 | 2017-01-10 |
上架時間 | 2017-01-09 |
評分 | 4.17/5 共 6 次評分 |
開發者 | weirdwater |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/weirdwater/img-check |
說明頁面URL | https://github.com/weirdwater/img-check/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Size Check", "description": "Displays discrepancies in size between source and presentation.", "version": "1.0.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Check image sizes" }, "permissions": [ "activeTab" ], "icons": { "16": "assets\/img-check_16.png", "48": "assets\/img-check_48.png", "128": "assets\/img-check_128.png" }, "manifest_version": 2 } |