Formal Measures

Measures distances between elements

Co je Formal Measures?

Formal Measures je rozšíření Chrome vyvinuté emilian.branzelov, a jeho hlavní funkcí je „Measures distances between elements“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Formal Measures

Stáhněte si soubory rozšíření Formal Measures ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Formal Measures Formal Measures
ID hmgjphkhdnhklnmfffmmicgcpmmggion
Oficiální URL https://chromewebstore.google.com/detail/formal-measures/hmgjphkhdnhklnmfffmmicgcpmmggion
Popis Measures distances between elements
Velikost souboru 7.19 KB
Počet instalací 135
Aktuální Verze 1.0
Poslední Aktualizace 2014-08-26
Datum Vydání 2014-08-26
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář emilian.branzelov
Typ Platby free
Podporované Jazyky 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"
    ]
}