Looksee
Add borders or shaders to your webpage on the fly. No need to write debug markup to fix layout components.
¿Qué es Looksee?
Looksee es una extensión de Chrome desarrollada por Cullan Luther, y su función principal es "Add borders or shaders to your webpage on the fly. No need to write debug markup to fix layout components.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Looksee
Descarga archivos de extensión Looksee 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
This extension provides quick borders or shaders to any element on the page. The text field uses jQuery's anything selector or "sizzle selector library" to easily traverse the dom. Works with your local server. Looksee is built to not affect your layout in anyway. If it does please contact me via the support link below. Examples: - Typing div into the input field will add a border to every div on the active tab - Typing * will add border to everything in the html document - Typing p, h3, div > span will add a border to all p tags, h3 tags, and spans inside of divs Support: I would like to make this extension great so please let me know if you find a bug by heading over to the github page https://github.com/Blumed/looksee/issues * After the first time you install this extension be sure to reload the desired page first, or just open up a new page and go to town *
Información Básica de la Extensión
Nombre | Looksee |
ID | mbfdhnjobheppodaolenppfegicnhmhp |
URL Oficial | https://chromewebstore.google.com/detail/looksee/mbfdhnjobheppodaolenppfegicnhmhp |
Descripción | Add borders or shaders to your webpage on the fly. No need to write debug markup to fix layout components. |
Tamaño del Archivo | 45.51 KB |
Cantidad de Instalaciones | 588 |
Versión Actual | 1.5.5 |
Última Actualización | 2021-11-11 |
Fecha de Publicación | 2018-01-31 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | Cullan Luther |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://cullanluther.com |
URL de la Página de Ayuda | https://github.com/Blumed/looksee/support |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Looksee", "description": "Add borders or shaders to your webpage on the fly. No need to write debug markup to fix layout components.", "default_locale": "en", "version": "1.5.5", "offline_enabled": true, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", " |