SpacingJS

Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.

ما هو SpacingJS؟

SpacingJS هو إضافة Chrome تم تطويرها بواسطة https://spacingjs.com، والميزة الرئيسية لها هي "Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SpacingJS

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

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

                        Measure the spacing between elements on webpage.

How to use:
1. Move the mouse cursor to one element and hold down Alt (Windows) / Option (Mac) key.
2. Move the mouse cursor to another element.

What's new:
=== 1.0.7 ===
- Hold down with the Shift key will delay the dismiss of measurement results, so that we can take screenshots easier.                    

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

الاسم SpacingJS SpacingJS
ID fhjegjndanjcamfldhenjnhnjheecgcc
عنوان URL الرسمي https://chromewebstore.google.com/detail/spacingjs/fhjegjndanjcamfldhenjnhnjheecgcc
الوصف Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.
حجم الملف 12.37 KB
عدد التثبيتات 1,548
النسخة الحالية 1.0.7
آخر تحديث 2021-11-16
تاريخ النشر 2021-11-12
تقييم 5.00/5 مجموع تقييمات 8
المطور https://spacingjs.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://spacingjs.com
عنوان صفحة المساعدة https://spacingjs.com
عنوان صفحة سياسة الخصوصية https://stevenlei.notion.site/Spacing-JS-Privacy-Policy-692f39a775e34575bd047bafff51ff9a
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SpacingJS",
    "version": "1.0.7",
    "action": [],
    "description": "Measure the spacing between elements on webpage. Hold down Alt (Windows) \/ Option (Mac) key, and move the cursor.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Steven Lei",
    "homepage_url": "https:\/\/spacingjs.com",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}