Formal Measures

Measures distances between elements

Co to jest Formal Measures?

Formal Measures to rozszerzenie Chrome opracowane przez emilian.branzelov, a jego główną funkcją jest „Measures distances between elements”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Formal Measures

Pobierz pliki rozszerzeń Formal Measures w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Formal Measures Formal Measures
ID hmgjphkhdnhklnmfffmmicgcpmmggion
Oficjalny URL https://chromewebstore.google.com/detail/formal-measures/hmgjphkhdnhklnmfffmmicgcpmmggion
Opis Measures distances between elements
Rozmiar pliku 7.19 KB
Liczba instalacji 135
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-08-26
Data Publikacji 2014-08-26
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper emilian.branzelov
Typ Płatności free
Obsługiwane Języki 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"
    ]
}