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": [ " |