Simple Ruler

This extension measures segments on the current tab and their slopes

Simple Rulerとは何ですか?

Simple RulerはPablo Henriquezによって開発されたChromeの拡張機能で、その主な機能は「This extension measures segments on the current tab and their slopes」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Draw a segment on the tab to know its measure and inclination.
The segment creates a circle to know its radial measurement.                    

拡張機能の基本情報

名前 Simple Ruler Simple Ruler
ID bekpjpnfkoiocohhkaphfoccjnhcgakm
公式URL https://chromewebstore.google.com/detail/simple-ruler/bekpjpnfkoiocohhkaphfoccjnhcgakm
説明 This extension measures segments on the current tab and their slopes
ファイルサイズ 50.76 KB
インストール数 72
現在のバージョン 0.1
最終更新日 2021-02-23
公開日 2021-02-23
評価 4.00/5 合計 2 レビュー
開発者 Pablo Henriquez
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Ruler",
    "description": "This extension measures segments on the current tab and their slopes",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                ".\/styles.css"
            ],
            "js": [
                ".\/script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "icons": {
        "128": ".\/icon_128.png"
    },
    "browser_action": {
        "default_icon": ".\/icon_128.png"
    }
}