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 |
官方網址 | 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" ] } |