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
官方網址 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
電子郵箱 [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"
        }
    }
}