Formal Measures
Measures distances between elements
Apa itu Formal Measures?
Formal Measures adalah ekstensi Chrome yang dikembangkan oleh emilian.branzelov, dan fitur utamanya adalah "Measures distances between elements".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Formal Measures
Unduh file ekstensi Formal Measures dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Formal Measures |
ID | hmgjphkhdnhklnmfffmmicgcpmmggion |
URL Resmi | https://chromewebstore.google.com/detail/formal-measures/hmgjphkhdnhklnmfffmmicgcpmmggion |
Deskripsi | Measures distances between elements |
Ukuran File | 7.19 KB |
Jumlah Instalasi | 135 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-08-26 |
Tanggal Publikasi | 2014-08-26 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | emilian.branzelov |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |