MeasureIt!

MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.

ما هو MeasureIt!؟

MeasureIt! هو إضافة Chrome تم تطويرها بواسطة Online Apps، والميزة الرئيسية لها هي "MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.".

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

screenshot

تحميل ملف CRX للإضافة MeasureIt!

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

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

                        MeasureIt shows positioning and dimensions in pixel points. You can measure height and width of elements on web page.

HOW IT WORKS 
• Click to the icon of app on the current web page.  
• Draw ruler page and shows width, height, positioning of element.
• Click the icon again to exit the measurement.                    

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

الاسم MeasureIt! MeasureIt!
ID keoagpbljgpdoldcmfpgicnpijmfompi
عنوان URL الرسمي https://chromewebstore.google.com/detail/measureit/keoagpbljgpdoldcmfpgicnpijmfompi
الوصف MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.
حجم الملف 103 KB
عدد التثبيتات 12,336
النسخة الحالية 1.2.4
آخر تحديث 2022-10-05
تاريخ النشر 2020-06-13
تقييم 1.97/5 مجموع تقييمات 37
المطور Online Apps
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery.min.js",
            "backgroundMeasureIt.js"
        ]
    },
    "browser_action": {
        "default_icon": "off.png",
        "default_title": "MeasureIt"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "styleMeasureIt.css"
            ],
            "js": [
                "measureIt.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "MeasureIt is useful app for measurement width and height of webpages. Measure it in pixels.",
    "manifest_version": 2,
    "name": "MeasureIt!",
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.2.4",
    "icons": {
        "48": "ico_48.png",
        "128": "ico_128.png"
    }
}