Formal Measures

Measures distances between elements

ما هو Formal Measures؟

Formal Measures هو إضافة Chrome تم تطويرها بواسطة emilian.branzelov، والميزة الرئيسية لها هي "Measures distances between elements".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Formal Measures

قم بتنزيل ملفات الامتداد Formal Measures بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Formal Measures Formal Measures
ID hmgjphkhdnhklnmfffmmicgcpmmggion
عنوان URL الرسمي https://chromewebstore.google.com/detail/formal-measures/hmgjphkhdnhklnmfffmmicgcpmmggion
الوصف Measures distances between elements
حجم الملف 7.19 KB
عدد التثبيتات 135
النسخة الحالية 1.0
آخر تحديث 2014-08-26
تاريخ النشر 2014-08-26
تقييم 5.00/5 مجموع تقييمات 3
المطور emilian.branzelov
نوع الدفع free
اللغات المدعومة 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"
    ]
}