Unicorn Revealer
Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.
¿Qué es Unicorn Revealer?
Unicorn Revealer es una extensión de Chrome desarrollada por https://dehlin.dev, y su función principal es "Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Unicorn Revealer
Descarga archivos de extensión Unicorn Revealer 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
As a web developer it can be hard to inspect and find out where overlow is located. You can sprinke some 🦄🌈 on the website and it will turn all black and pink, this will show the borders and make it easier to debug. It is as simple as right click a website Sparkle it on once done right click and remove the sparkle.
Información Básica de la Extensión
Nombre | Unicorn Revealer |
ID | lmlkphhdlngaicolpmaakfmhplagoaln |
URL Oficial | https://chromewebstore.google.com/detail/unicorn-revealer/lmlkphhdlngaicolpmaakfmhplagoaln |
Descripción | Do you have overflow on your website and want to try find it. Sparkle some 🦄🌈on your website and find where it is. |
Tamaño del Archivo | 59.41 KB |
Cantidad de Instalaciones | 722 |
Versión Actual | 1.0.0 |
Última Actualización | 2019-11-08 |
Fecha de Publicación | 2019-11-07 |
Calificación | 4.94/5 Total de 18 Calificaciones |
Desarrollador | https://dehlin.dev |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.dehlin.dev |
URL de la Página de Política de Privacidad | https://www.dehlin.dev |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unicorn Revealer", "description": "Do you have overflow on your website and want to try find it. Sparkle some \ud83e\udd84\ud83c\udf08on your website and find where it is.", "version": "1.0.0", "icons": { "128": "assets\/images\/icon-128.png" }, "background": { "persistent": true, "scripts": [ "assets\/js\/background.js" ] }, "permissions": [ "contextMenus", "activeTab" ] } |