Show CSS Outline Style
Show the outline of all the elements that exist on the page.
¿Qué es Show CSS Outline Style?
Show CSS Outline Style es una extensión de Chrome desarrollada por https://blog.mitsuruog.info, y su función principal es "Show the outline of all the elements that exist on the page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Show CSS Outline Style
Descarga archivos de extensión Show CSS Outline Style 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
Show the outline of all the elements that exist on the page.
Información Básica de la Extensión
Nombre | Show CSS Outline Style |
ID | dfokncajfigoddlhjenapaleiefcldoh |
URL Oficial | https://chromewebstore.google.com/detail/show-css-outline-style/dfokncajfigoddlhjenapaleiefcldoh |
Descripción | Show the outline of all the elements that exist on the page. |
Tamaño del Archivo | 18.41 KB |
Cantidad de Instalaciones | 366 |
Versión Actual | 0.1.2 |
Última Actualización | 2021-11-26 |
Fecha de Publicación | 2020-06-25 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://blog.mitsuruog.info |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/mitsuruog/show-css-outline-style |
URL de la Página de Ayuda | https://github.com/mitsuruog/show-css-outline-style/issues |
Idiomas Soportados | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "assets\/icons\/Icon-16.png", "128": "assets\/icons\/Icon-128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": [], "default_locale": "ja" } |