Simple Ruler

Measure it!

Simple Rulerとは何ですか?

Simple Rulerはpunxnotによって開発されたChromeの拡張機能で、その主な機能は「Measure it!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Simple Ruler拡張機能のCRXファイルをダウンロード

Simple Ruler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This simple and easy to use tool allows you to measure elements on the web page. Click to start selection, click again to complete it. See the width and height of the area you selected.
You can change the color of background and selection in the Options tab.                    

拡張機能の基本情報

名前 Simple Ruler Simple Ruler
ID akmainiinlejjdanmfhkhfkekfolhdai
公式URL https://chromewebstore.google.com/detail/simple-ruler/akmainiinlejjdanmfhkhfkekfolhdai
説明 Measure it!
ファイルサイズ 26.08 KB
インストール数 12,626
現在のバージョン 0.0.2
最終更新日 2021-12-29
公開日 2018-12-26
評価 3.13/5 合計 16 レビュー
開発者 punxnot
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Ruler",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Measure it!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Simple Ruler"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html"
}