Simple Ruler

A very simple ruler to check your webpage, without ads, without secrets, just a ruler.

什么是Simple Ruler?

Simple Ruler是由https://simplerulerextension.com开发的Chrome扩展程序,该扩展的主要功能是“A very simple ruler to check your webpage, without ads, without secrets, just a ruler.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Simple Ruler扩展crx文件

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

扩展使用说明

                        Check the measures of components can be easier than open the dev tools and check the size of a component. 

With the simple ruler extension, you just click and move your mouse over the components to see the width and height.                    

扩展基本信息

名称 Simple Ruler Simple Ruler
ID ddhlibhghnglpoacapkoffkcgfijcfkg
官方URL https://chromewebstore.google.com/detail/simple-ruler/ddhlibhghnglpoacapkoffkcgfijcfkg
简介 A very simple ruler to check your webpage, without ads, without secrets, just a ruler.
文件大小 43.05 KB
安装次数 1,496
当前版本 28.0.0
更新时间 2023-08-17
上架时间 2021-10-04
评分 5.00/5 共1次评分
开发者 https://simplerulerextension.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://simplerulerextension.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Ruler",
    "description": "A very simple ruler to check your webpage, without ads, without secrets, just a ruler.",
    "version": "28.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "webNavigation"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/16x16.png",
            "32": "\/images\/32x32.png",
            "48": "\/images\/48x48.png",
            "128": "\/images\/128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/16x16.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/48x48.png",
        "128": "\/images\/128x128.png"
    }
}