MeasureIt!

MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.

MeasureIt!とは何ですか?

MeasureIt!はOnline Appsによって開発されたChromeの拡張機能で、その主な機能は「MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.」です。

拡張機能のスクリーンショット

screenshot

MeasureIt!拡張機能のCRXファイルをダウンロード

MeasureIt!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        MeasureIt shows positioning and dimensions in pixel points. You can measure height and width of elements on web page.

HOW IT WORKS 
• Click to the icon of app on the current web page.  
• Draw ruler page and shows width, height, positioning of element.
• Click the icon again to exit the measurement.                    

拡張機能の基本情報

名前 MeasureIt! MeasureIt!
ID keoagpbljgpdoldcmfpgicnpijmfompi
公式URL https://chromewebstore.google.com/detail/measureit/keoagpbljgpdoldcmfpgicnpijmfompi
説明 MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.
ファイルサイズ 103 KB
インストール数 12,336
現在のバージョン 1.2.4
最終更新日 2022-10-05
公開日 2020-06-13
評価 1.97/5 合計 37 レビュー
開発者 Online Apps
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery.min.js",
            "backgroundMeasureIt.js"
        ]
    },
    "browser_action": {
        "default_icon": "off.png",
        "default_title": "MeasureIt"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "styleMeasureIt.css"
            ],
            "js": [
                "measureIt.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.",
    "manifest_version": 2,
    "name": "MeasureIt!",
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.2.4",
    "icons": {
        "48": "ico_48.png",
        "128": "ico_128.png"
    }
}