Formal Measures
Measures distances between elements
Formal Measuresとは何ですか?
Formal Measuresはemilian.branzelovによって開発されたChromeの拡張機能で、その主な機能は「Measures distances between elements」です。
拡張機能のスクリーンショット
Formal Measures拡張機能のCRXファイルをダウンロード
Formal Measures拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Making front-end and elements don`t align - this extension will help you find why. It shows an overlay highlighting an element of the page.When clicked the element becomes fixed and then measurements are made between the fixed and the currently highlighted element.
拡張機能の基本情報
名前 | Formal Measures |
ID | hmgjphkhdnhklnmfffmmicgcpmmggion |
公式URL | https://chromewebstore.google.com/detail/formal-measures/hmgjphkhdnhklnmfffmmicgcpmmggion |
説明 | Measures distances between elements |
ファイルサイズ | 7.19 KB |
インストール数 | 135 |
現在のバージョン | 1.0 |
最終更新日 | 2014-08-26 |
公開日 | 2014-08-26 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | emilian.branzelov |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Formal Measures", "description": "Measures distances between elements", "version": "1.0", "icons": { "16": "images\/measurement_icon16.png", "64": "images\/measurement_icon64.png", "128": "images\/measurement_icon.png" }, "browser_action": { "default_icon": "images\/measurement_icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |