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 |
| 官方網址 | 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": [
" | |