Pic info
Gives a detailed info about the image like URL, alt text, file size and dimension
什么是Pic info?
Pic info是由https://blog.idevelopweb.site开发的Chrome扩展程序,该扩展的主要功能是“Gives a detailed info about the image like URL, alt text, file size and dimension”。
扩展截图
下载Pic info扩展crx文件
下载Pic info扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The below details of an image are shown when hovered over it >shows the file url/path and a link to open it in a new window >shows original image width and height >shows actual image width and height used >Shows alt text if available >shows actual file size of the image(doesn't work for local image path) Note: >Pic info box can be dragged around website for user convenience >Hovering over image which has CSS overlay effect may sometimes cause the extension not to display image details, remove those effects to view image info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Change log: V_1.5 => Added support to show ALT text for images if available V_1.4 => Added support for background images to show its info V_1.3 => bug fix for local file access alert V_1.2 => works without refresh on first time install and fixed css overide issues in some websites V_1.1 => bug fix and image updation
扩展基本信息
名称 | Pic info |
ID | ljociicifligbnfpobemibmmecnbbmla |
官方URL | https://chromewebstore.google.com/detail/pic-info/ljociicifligbnfpobemibmmecnbbmla |
简介 | Gives a detailed info about the image like URL, alt text, file size and dimension |
文件大小 | 41.22 KB |
安装次数 | 4,356 |
当前版本 | 1.5 |
更新时间 | 2018-09-28 |
上架时间 | 2018-09-27 |
评分 | 4.75/5 共12次评分 |
开发者 | https://blog.idevelopweb.site |
付费类型 | free |
扩展官网 | http://blog.idevelopweb.site/chrome-extension/picture-info-chrome-extension/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pic info", "description": "Gives a detailed info about the image like URL, alt text, file size and dimension", "version": "1.5", "icons": { "16": "img\/icon.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "content_scripts": [ { "matches": [ " |