Formal Measures
Measures distances between elements
Cos'è Formal Measures?
Formal Measures è un'estensione di Chrome sviluppata da emilian.branzelov, e la sua funzione principale è "Measures distances between elements".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Formal Measures
Scarica i file di estensione Formal Measures in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Formal Measures |
ID | hmgjphkhdnhklnmfffmmicgcpmmggion |
URL Ufficiale | https://chromewebstore.google.com/detail/formal-measures/hmgjphkhdnhklnmfffmmicgcpmmggion |
Descrizione | Measures distances between elements |
Dimensione del File | 7.19 KB |
Conteggio Installazioni | 135 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-08-26 |
Data di Pubblicazione | 2014-08-26 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | emilian.branzelov |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |