Image info
Display image info: width, height, size
什么是Image info?
Image info是由https://sibo.me开发的Chrome扩展程序,该扩展的主要功能是“Display image info: width, height, size”。
扩展截图
下载Image info扩展crx文件
下载Image info扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Show image info when your mouse over an image, including width, height and file size in kb. 扩展基本信息
| 名称 | |
| ID | lhjppngegpcocmjoflncllmpcldjnbmk |
| 官方URL | https://chromewebstore.google.com/detail/image-info/lhjppngegpcocmjoflncllmpcldjnbmk |
| 简介 | Display image info: width, height, size |
| 文件大小 | 97.21 KB |
| 安装次数 | 3,673 |
| 当前版本 | 0.3.0 |
| 更新时间 | 2020-07-24 |
| 上架时间 | 2016-04-16 |
| 评分 | 4.28/5 共18次评分 |
| 开发者 | https://sibo.me |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Image info",
"manifest_version": 2,
"version": "0.3.0",
"description": "Display image info: width, height, size",
"icons": {
"16": "icons\/16.png",
"20": "icons\/20.png",
"24": "icons\/24.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png",
"256": "icons\/256.png",
"512": "icons\/512.png"
},
"browser_action": {
"default_title": "Image Info - running",
"default_icon": "icons\/48.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
" | |