Simple Ruler
A very simple ruler to check your webpage, without ads, without secrets, just a ruler.
¿Qué es Simple Ruler?
Simple Ruler es una extensión de Chrome desarrollada por https://simplerulerextension.com, y su función principal es "A very simple ruler to check your webpage, without ads, without secrets, just a ruler.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Simple Ruler
Descarga archivos de extensión Simple Ruler 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
Check the measures of components can be easier than open the dev tools and check the size of a component. With the simple ruler extension, you just click and move your mouse over the components to see the width and height.
Información Básica de la Extensión
Nombre | Simple Ruler |
ID | ddhlibhghnglpoacapkoffkcgfijcfkg |
URL Oficial | https://chromewebstore.google.com/detail/simple-ruler/ddhlibhghnglpoacapkoffkcgfijcfkg |
Descripción | A very simple ruler to check your webpage, without ads, without secrets, just a ruler. |
Tamaño del Archivo | 43.05 KB |
Cantidad de Instalaciones | 1,496 |
Versión Actual | 28.0.0 |
Última Actualización | 2023-08-17 |
Fecha de Publicación | 2021-10-04 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://simplerulerextension.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://simplerulerextension.com/ |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Ruler", "description": "A very simple ruler to check your webpage, without ads, without secrets, just a ruler.", "version": "28.0.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "storage", "webNavigation" ], "action": { "default_icon": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } }, "icons": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" } } |