Page Ruler

Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.

Page Rulerとは何ですか?

Page RulerはPage Rulerによって開発されたChromeの拡張機能で、その主な機能は「Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Page Ruler is popular app for measuring elements on web pages. Measure it width and height in pixels on any websites.

Click the icon and draw ruler to get pixel dimensions. The color icon means the on mode for measuremen. The black and white icon means off.

Thank you for installation and please give Page Ruler five stars!                    

拡張機能の基本情報

名前 Page Ruler Page Ruler
ID idhjfgkakeliobkfbijghiaklmiaheag
公式URL https://chrome.google.com/webstore/detail/page-ruler/idhjfgkakeliobkfbijghiaklmiaheag
説明 Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.
ファイルサイズ 92.3 KB
インストール数 54,686
現在のバージョン 2.0.0
最終更新日 2023-06-06
公開日 2018-07-29
評価 1.25/5 合計 71 レビュー
開発者 Page Ruler
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "off.png",
        "default_title": "Page Ruler"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "styleMeasureIt.css"
            ],
            "js": [
                "measureIt.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Page Ruler is for measuring objects on web pages. Measure it width and height in pixels.",
    "manifest_version": 3,
    "name": "Page Ruler",
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "2.0.0",
    "icons": {
        "48": "ico_48.png",
        "16": "ico_16.png",
        "128": "ico_128.png",
        "19": "ico_19.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "injected_content.js"
            ]
        }
    ]
}