SpacingJS
Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.
¿Qué es SpacingJS?
SpacingJS es una extensión de Chrome desarrollada por https://spacingjs.com, y su función principal es "Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SpacingJS
Descarga archivos de extensión SpacingJS en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | SpacingJS |
ID | fhjegjndanjcamfldhenjnhnjheecgcc |
URL Oficial | https://chromewebstore.google.com/detail/spacingjs/fhjegjndanjcamfldhenjnhnjheecgcc |
Descripción | Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor. |
Tamaño del Archivo | 12.37 KB |
Cantidad de Instalaciones | 1,548 |
Versión Actual | 1.0.7 |
Última Actualización | 2021-11-16 |
Fecha de Publicación | 2021-11-12 |
Calificación | 5.00/5 Total de 8 Calificaciones |
Desarrollador | https://spacingjs.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://spacingjs.com |
URL de la Página de Ayuda | https://spacingjs.com |
URL de la Página de Política de Privacidad | https://stevenlei.notion.site/Spacing-JS-Privacy-Policy-692f39a775e34575bd047bafff51ff9a |
Idiomas Soportados | 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" } } |