Formal Measures
Measures distances between elements
What is Formal Measures?
Formal Measures is a Chrome extension developed by emilian.branzelov, and its main feature is "Measures distances between elements".
Extension Screenshots
Download Formal Measures Extension CRX File
Download Formal Measures extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Formal Measures |
ID | hmgjphkhdnhklnmfffmmicgcpmmggion |
Official URL | https://chromewebstore.google.com/detail/formal-measures/hmgjphkhdnhklnmfffmmicgcpmmggion |
Description | Measures distances between elements |
File Size | 7.19 KB |
Installation Count | 135 |
Current Version | 1.0 |
Last Updated | 2014-08-26 |
Publish Date | 2014-08-26 |
Rating | 5.00/5 Total 3 Ratings |
Developer | emilian.branzelov |
Payment Type | free |
Supported Languages | 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" ] } |