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.”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |  | 
| ID | ddhlibhghnglpoacapkoffkcgfijcfkg | 
| 官方網址 | 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"
    }
} | |