SpacingJS

Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.

SpacingJSとは何ですか?

SpacingJSはhttps://spacingjs.comによって開発されたChromeの拡張機能で、その主な機能は「Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Measure the spacing between elements on webpage.

How to use:
1. Move the mouse cursor to one element and hold down Alt (Windows) / Option (Mac) key.
2. Move the mouse cursor to another element.

What's new:
=== 1.0.7 ===
- Hold down with the Shift key will delay the dismiss of measurement results, so that we can take screenshots easier.                    

拡張機能の基本情報

名前 SpacingJS SpacingJS
ID fhjegjndanjcamfldhenjnhnjheecgcc
公式URL https://chromewebstore.google.com/detail/spacingjs/fhjegjndanjcamfldhenjnhnjheecgcc
説明 Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.
ファイルサイズ 12.37 KB
インストール数 1,548
現在のバージョン 1.0.7
最終更新日 2021-11-16
公開日 2021-11-12
評価 5.00/5 合計 8 レビュー
開発者 https://spacingjs.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://spacingjs.com
ヘルプページのURL https://spacingjs.com
プライバシーポリシーページのURL https://stevenlei.notion.site/Spacing-JS-Privacy-Policy-692f39a775e34575bd047bafff51ff9a
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SpacingJS",
    "version": "1.0.7",
    "action": [],
    "description": "Measure the spacing between elements on webpage. Hold down Alt (Windows) \/ Option (Mac) key, and move the cursor.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Steven Lei",
    "homepage_url": "https:\/\/spacingjs.com",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}