かんたん画像サイズ測定

選択した画像の画像サイズを測定します。

What is かんたん画像サイズ測定?

かんたん画像サイズ測定 is a Chrome extension developed by Masaki Wakatake, and its main feature is "選択した画像の画像サイズを測定します。".

Extension Screenshots

screenshot
screenshot

Download かんたん画像サイズ測定 Extension CRX File

Download かんたん画像サイズ測定 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        選択した画像の画像サイズを測定することができるChrome Extensionです。
画像サイズの確認が必要な場面でご活用ください。                    

Extension Basic Information

Name かんたん画像サイズ測定 かんたん画像サイズ測定
ID kccplnalblipgghfoodldcghgkekfblo
Official URL https://chromewebstore.google.com/detail/%E3%81%8B%E3%82%93%E3%81%9F%E3%82%93%E7%94%BB%E5%83%8F%E3%82%B5%E3%82%A4%E3%82%BA%E6%B8%AC%E5%AE%9A/kccplnalblipgghfoodldcghgkekfblo
Description 選択した画像の画像サイズを測定します。
File Size 8.04 KB
Installation Count 626
Current Version 1.0
Last Updated 2016-08-31
Publish Date 2016-08-31
Rating 5.00/5 Total 2 Ratings
Developer Masaki Wakatake
Email [email protected]
Payment Type free
Privacy Policy Page URL https://3izw21z735.execute-api.ap-northeast-1.amazonaws.com/privacy_policy.html
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u304b\u3093\u305f\u3093\u753b\u50cf\u30b5\u30a4\u30ba\u6e2c\u5b9a",
    "description": "\u9078\u629e\u3057\u305f\u753b\u50cf\u306e\u753b\u50cf\u30b5\u30a4\u30ba\u3092\u6e2c\u5b9a\u3057\u307e\u3059\u3002",
    "version": "1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}