Smart Page Ruler

Smart Page Ruler is the developer tool to measure every element of your web page more precisely. You can get the relative and…

什么是Smart Page Ruler?

Smart Page Ruler是由Karol Rola开发的Chrome扩展程序,该扩展的主要功能是“Smart Page Ruler is the developer tool to measure every element of your web page more precisely. You can get the relative and…”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Smart Page Ruler扩展crx文件

下载Smart Page Ruler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Smart Page Ruler is the developer tool to measure every element of your web page more precisely. You can get  the relative and absolute position of elements as Zeplin application and can get margin, padding, width, height everything you need. 

Update v1.0.5:
You can now take a screenshot when measuring the relative and absolute position of any element and share it on Facebook or copy the image. At the context menu select "Smart Page Ruler > Screen Capture" to execute.

Core Features:
=========================================
* Measure relative and absolute position of any element.
* Calculate Height, Width, Margin, Padding everything you need.
* Very much Useful to measure the alignment between components.
* Measure all the elements on webpage.
* Far easy to select and inspect the elements.
* Ensures the highest level of accuracy.
* Similar and powerful as Zeplin layer inspection tool.
* Amazing user experience and design.
* Easier accessibility, simply click and done.                    

扩展基本信息

名称 Smart Page Ruler Smart Page Ruler
ID nmibbjghlmdiafjolcphdggihcbcedmg
官方URL https://chromewebstore.google.com/detail/smart-page-ruler/nmibbjghlmdiafjolcphdggihcbcedmg
简介 Smart Page Ruler is the developer tool to measure every element of your web page more precisely. You can get the relative and…
文件大小 603 KB
安装次数 69,741
当前版本 1.0.7
更新时间 2023-10-16
上架时间 2020-06-12
评分 3.79/5 共57次评分
开发者 Karol Rola
电子邮箱 [email protected]
付费类型 free
扩展官网 https://rbrahul.github.io/Smart-Webpage-Ruler/
帮助页面URL https://github.com/rbrahul/smart-ruller
隐私政策页面URL https://sites.google.com/view/bitliy-link-2023/home
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Smart Page Ruler",
    "short_name": "Page Ruler",
    "version": "1.0.7",
    "icons": {
        "16": "icon-16.c4a266c3.png",
        "24": "icon-24.f054665d.png",
        "32": "icon-32.2fe204e9.png",
        "64": "icon-64.887e3c1c.png",
        "128": "icon-128.c9968f51.png",
        "256": "icon-256.bd37ec10.png",
        "512": "icon-512.429e3e59.png"
    },
    "background": {
        "service_worker": "background.3eb8d5ff.js"
    },
    "action": {
        "default_icon": "icon-128.c9968f51.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "declarativeNetRequest",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js.76463314.js"
            ],
            "css": [
                "js.925d5b4f.css"
            ]
        }
    ]
}