Formal Measures

Measures distances between elements

Was ist Formal Measures?

Formal Measures ist eine Chrome-Erweiterung, die von emilian.branzelov entwickelt wurde, und ihr Hauptmerkmal ist "Measures distances between elements".

Erweiterungsscreenshots

screenshot

Formal Measures-Erweiterungs-CRX-Datei herunterladen

Laden Sie Formal Measures-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Formal Measures Formal Measures
ID hmgjphkhdnhklnmfffmmicgcpmmggion
Offizielle URL https://chromewebstore.google.com/detail/formal-measures/hmgjphkhdnhklnmfffmmicgcpmmggion
Beschreibung Measures distances between elements
Dateigröße 7.19 KB
Installationsanzahl 135
Aktuelle Version 1.0
Letztes Update 2014-08-26
Veröffentlichungsdatum 2014-08-26
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler emilian.branzelov
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}