Measure-it

Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.

Measure-itとは何ですか?

Measure-itはtrishul.goelによって開発されたChromeの拡張機能で、その主な機能は「Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.」です。

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

screenshot

Measure-it拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Customize the overlay and selector from extension options.                    

拡張機能の基本情報

名前 Measure-it Measure-it
ID jocbgkoackihphodedlefohapackjmna
公式URL https://chromewebstore.google.com/detail/measure-it/jocbgkoackihphodedlefohapackjmna
説明 Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.
ファイルサイズ 19.9 KB
インストール数 74,144
現在のバージョン 2.1.0
最終更新日 2018-12-23
公開日 2018-12-23
評価 3.86/5 合計 36 レビュー
開発者 trishul.goel
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/tsl143/measure-it
ヘルプページのURL https://github.com/tsl143/measure-it/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Measure-it",
    "description": "Draw a ruler across any webpage to check the width, height, or alignment of page elements in pixels.",
    "version": "2.1.0",
    "icons": {
        "32": "icons\/icon_32.png",
        "64": "icons\/icon_64.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_32.png",
        "default_title": "Measure-it"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "commands": {
        "open-measure-it": {
            "suggested_key": {
                "default": "Alt+Shift+M"
            },
            "description": "Open MeasureIt"
        }
    }
}