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
Eメール [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"
    }
}