Ruler 3000

Displays a line to be used as a ruler for aligning items.

Ruler 3000とは何ですか?

Ruler 3000はuncapitによって開発されたChromeの拡張機能で、その主な機能は「Displays a line to be used as a ruler for aligning items.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Displays one horizontal line and one vertical line that follows the mouse pointer.
Useful to visually compare DOM elements positions to align them.                    

拡張機能の基本情報

名前 Ruler 3000 Ruler 3000
ID fnhigjljloiagjbmimpaokbpibfpiibf
公式URL https://chromewebstore.google.com/detail/ruler-3000/fnhigjljloiagjbmimpaokbpibfpiibf
説明 Displays a line to be used as a ruler for aligning items.
ファイルサイズ 14.53 KB
インストール数 38
現在のバージョン 1.0
最終更新日 2019-09-25
公開日 2019-09-25
評価 5.00/5 合計 1 レビュー
開発者 uncapit
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ruler 3000",
    "version": "1.0",
    "description": "Displays a line to be used as a ruler for aligning items.",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "name": "Ruler 3000"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2
}