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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи https://spacingjs.com
URL страницы политики конфиденциальности 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"
    }
}